a slick python tool to check if your password is any good —
it estimates how long it would take to crack your password,
warns you about weak spots, and drops solid tips to keep you safe.
- calculates password strength by estimating entropy
- warns if password is too short, common, or easy to guess
- checks against 10k common passwords from passwords.txt
- shows cracking time estimates for various attacker speeds
- runs interactively in the console, clears screen, then asks for new password
- supports command line arguments for quick one-offs
run the tool and just type in your password when prompted:
python PasswordChecker.py