A smart, offline Python-based command-line utility that evaluates password strength using entropy models, human behavior detection, and context-aware security checks. Ideal for individuals, cybersecurity learners, developers, and IT teams.
-
π’ Entropy-Based Strength Estimation
Understand how unpredictable your password is with a mathematical entropy model. -
π§ Human Behavior Simulation
Detects common patterns like1234
,qwerty
, and repeated characters. -
π€ Context Awareness
Optionally checks for names, birthdates, or emails in passwords. -
π Password File Scanner
Scan.txt
or.csv
files of saved passwords, detect duplicates, flag weak entries. -
π Secure Reports
Supports SHA-256 hashing and password redaction for privacy in reports. -
π‘οΈ Strong Password Generator
Auto-generates secure passwords with symbols, uppercase, and digits. -
π Crack Time Estimation
Approximates how long a password would take to be cracked. -
π₯οΈ CLI-Based Tool
Simple, menu-driven interfaceβrun directly in terminal or command prompt.
git clone https://github.com/ritik2898/Password_Strength_Analysis_Tool.git
cd Password_Strength_Analysis_Tool
python Password_tool_.py