This is a Python-based tool to check the strength of passwords and verify if they have been exposed in data breaches.
- Checks password strength based on length, complexity, and common patterns.
- Uses the Have I Been Pwned API to check if the password has been compromised.
- Clone the repository:
git clone https://github.com/your-username/password-strength-analyzer.git
pip install requests
python password_checker.py
This project demonstrates basic cybersecurity principles, such as password security and the importance of avoiding compromised passwords.