This program has been built to check the safety of passwords without exposing them to the internet.
Many leaks of user data of big companies like Amazon, Google, Microsoft, Adobe, LinkedIN, yahoo, etc. have occured in the past and continue to occur from time to time.
The complete list of user detail leaks can be found here: Wikipedia's list of user data leaks
This program checks whether your password has been leaked on the internet in any of these leaks or not.
The program can run on your local computer. This helps to avoid exposing your passwords online.
This is an extremely secure way to check your paassword's security.
- Download the
password_safety_checker.py file/ Password-safety-check repo
. - Get the
path
where thepassword_safety_checker.py
file is saved. - Open command prompt.
- Navigate to the directory where you saved the downloaded program file (using cd command).
- Type
[python password_safety_checker.py <password 1> <password 2> <...>]
( without [] and <>) in command line and press Enter. - Check the response.
- Any number of passwords can be checked in a single call.
- Your passwords are not sent over the internet (they stay within your local machine) but you require an active internet connection to run this program.
[If saved password_safety_checker.py on Desktop]
The path below might differ depending on your user_name
cd C:\Users\user_name\Desktop
python password_safety_check.py password123 hellopassword hello