A Python program to check if passwords have been compromised using the haveibeenpwned.com API.
- Utilizes the haveibeenpwned.com API to check for password breaches.
- Hashes passwords using the SHA-1 algorithm.
- Passwords are kept secure through K-anonymity technique.
- Clone the repository.
- Install dependencies:
pip install requests
- Run the program:
python password_breach_checker.py path/to/passwords.txt