mayursrt / PasswordChecker

Check if your passwords have ever been hacked.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PasswordChecker

Check if your passwords have ever been hacked.

Live App : https://password-check.herokuapp.com/

Check if your passwords have ever been a part of a security breach.
All the passwords that have been leaked by major companies when their databases get hacked are stored in a database. Check wheather yours is a part of it.

This script uses PawndPasswords API to find the number of times your password has been hacked.(https://haveibeenpwned.com/Passwords)
Pwned Passwords are 613,584,246 real world passwords previously exposed in data breaches. This exposure makes them unsuitable for ongoing use as they're at much greater risk of being used to take over other accounts. They're searchable online below as well as being downloadable for use in other online systems.

How to use the Script:

  1. Install necessary Packages.
  2. Run the script as your password/s as arguments.
  3. eg:
    python PasswordChecker.py hello123
    

    or

    python PasswordChecker.py hello123 example2 example3
    

PasswordCheckerV2


How to use:
  1. If you have a txt file with list of passwords.
  2. Run the script as your txt file as arguments.
  3. eg:
    python PasswordChecker.py pass.txt
    

About

Check if your passwords have ever been hacked.


Languages

Language:Python 98.6%Language:Shell 1.4%