Skip to content

Check to see if a password is safe using many different methods, including HavIBeenPwned and comparing it to a list of over 100000+ common passwords.

License

Notifications You must be signed in to change notification settings

kilianplapp/password-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Analyser

Check to see if a password is safe using many different methods, including HavIBeenPwned and comparing it to a list of over 100000+ common passwords. No sensitive information is shared at all. Only the first five characters of the SHA-1 hash is uploaded to HaveIBeenPwned, all others processes are competed locally on the computer.

Requirements

pip install requests termcolor colorama hashlib argparse

Installation

If you haven't already, install git here.

Then, clone the repository to your local machine with: git clone https://github.com/KilianPlapp/password-analyser.git

Usage

Change directories into the cloned repository. cd password-analyser

To run: python3 password-analyser.py PASSSWORD
Replace PASSWORD with your desired password
Or, to read a password from a file:
python3 password-analyser.py -f FILE

About

Check to see if a password is safe using many different methods, including HavIBeenPwned and comparing it to a list of over 100000+ common passwords.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages