Releases: zishnusarker/password-security-toolkit
Releases · zishnusarker/password-security-toolkit
v1.0.0 : Initial Release
Password Security Toolkit v1.0.0
Features
- Password strength analyzer with entropy calculation and pattern detection
- Hash identifier supporting 10+ hash types
- Hash cracker with dictionary, rule-based, and brute-force modes
- Secure password generator (random, passphrase, pronounceable, PIN)
- Breach checker using Have I Been Pwned API (k-anonymity)
- Interactive CLI menu and command-line argument support
Requirements
- Python 3.8+
- See requirements.txt for dependencies