A Python-based tool that evaluates password strength using multiple security criteria.
- Length validation
- Character diversity check
- Detection of common weak passwords
- Strength rating (Weak / Medium / Strong)
- Python
- Regex
The program analyzes the password against predefined security rules and assigns a score.
git clone https://github.com/yourusername/password-checker
cd password-checker
python main.py