This is a Python-based command-line tool that evaluates the strength of a password and checks if it has been compromised in known data breaches using the Have I Been Pwned API.
- Password Strength Scoring — Based on length, complexity, and common password patterns.
- Breach Check — Uses the Have I Been Pwned k-anonymity API to check if your password has been leaked.
- Lightweight CLI Tool — Runs directly from the terminal on Linux.
- Global Installation (Optional) — Easily run as a global command (e.g.
password-strength
) on your Linux machine.
git clone https://github.com/ne4tron/password-strength-cli.git
cd password-strength-cli