Passman is a simple password manager that includes strength checking and password generation.
mnbmnd
- Secure master password authentication (PBKDF2 + salt)
- Password generation (passphrases and random strings)
- Password strength analysis with entropy calculation
- Local encrypted storage
git clone https://github.com/mnbmnd/passman
cd passman
python3 main.pyRequirements:
- Python 3.8+
- Linux/macOS
Run the program and follow the prompts:
python3 main.pyFirst run: Set up your master password
Every run after: Login and access tools
- https://auth0.com/blog/creating-great-passwords/
- https://auth0.com/blog/defending-against-password-cracking-understanding-the-math/#How-to-Calculate-the-Sample-Space-of-Your-Password
- https://cheatsheetseries.owasp.org/cheatsheets/-Password_Storage_Cheat_Sheet.html
- https://www.researchgate.net/figure/Strength-level-for-each-entropy-range-source-Pleacher-nd_tbl1_369964401
MIT