Skip to content

hakuxyz/PasswordChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PasswordChecker

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.


features

  • 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

how to use

interactive mode

run the tool and just type in your password when prompted:

python PasswordChecker.py