Mini essays,  Data,  Psychology,  Tech

How to check if Your email and password was leaked

Why You need a strong passwords and check if it was breached

How to check if Your email and password was leaked ? Just check the security blogs or institutions like https://databreach.com/. Google the title of this blog post.

Fix your breached credentials or You will be sorry ! Passwords are Your first line of defense. Multiple factor authentication (MFA) like sms, email verification or authentication application should also be something You do!

How to make a good password ?

Many different ways to make it happend. I would recommend to consider :

  • <prefix><domain-name><suffix>
    Example : asdzxc-gmail.com-69#

This is a simple algorith You can use to remember all of those passwords and every one of them will be unique. During a breach You will not leak passwords anywhere else.

  • <phrase><random-suffix>-<dynamic-suffix>
    Example : ILike40%Moonshine_gmail.com

Easy to remember but if it leaks You really need to consider changing passwords EVERYWHERE, this is why it is crucial to have different passwords everywhere. Otherwise bots can use your breached credentials to try and log into other most commonly used services.

Why simple passwords are bad

All those breaches in huge system leak milions of accounts on a regular basis. Even if someone has Your password as a hash they can easily break it if its a simple md5. This is used by extended dictionary aproach. People use common phrases from a limited pool, their year of birth or similar. With the current state of hardware cracking passwords is not that hard.
Read about rainbow tables 😉
You can check Password Strength Checker and Password Strength Meter to see how long will it take to crack your vault of data.

MFA

This is why we see a huge jump into multiple authentication solutions, especially sending a code to your email. If You can remember only one strong password, make it Your email. All the rest will depend on that. Just as lrd of the rings, one to rule them all.

Check If Your Passwords Have Been Pwned

Check if Your password or email Have I Been Pwned: Pwned Passwords band leaked into public. Mine was ;( This is what You get for using a single email everywhere. Fear that they will get to You 😉 Always create a burning email i.ex 10minuteemai. Enabling two-factor authentication where available will also help.

Stay safe out there !

Best Practices for Password Security

  • Unique, complex passwords for every account.
  • Use password managers to generate and store passwords.
  • Monitor your email addresses for breach notifications.
  • Enable multi-factor authentication for additional protection.

By combining strong password creation with ongoing breach monitoring, you build a robust defense against cyberattacks that can compromise your digital identity and data.

Summary

How to check if Your email and password was leaked ?

Regularly !!

About password policies… do it once and do ti RIGHT… it will last You a lifetime. Better safe then sorry. Always safeguard your most important accounts like emails, youtube and etc and least twice or thrice.

When ?

Well… if You are reading this then obviously You do not need to do anything better…faq this blog, go and secure your a55 😉

Piotr Kowalski