This script checks if a given password has been compromised using the "Have I Been Pwned" API. Pwned Passwords are hundreds of millions of real world passwords previously exposed in data breaches. This exposure makes them unsuitable for ongoing use as they're at much greater risk of being used to take over other accounts.
- Check if a password has been compromised
- Uses the k-Anonymity model for privacy
- Python 3.x
requests
library
- Clone the repository:
git clone https://github.com/yourusername/pwned-password-checker.git
- Navigate to the project directory:
cd pwned-password-checker
- Install the required dependencies:
pip install requests
Run the script with the password you want to check:
python script.py yourpassword
This project is licensed under the MIT License. See the LICENSE file for details.
- Have I Been Pwned for the API