A simple Python script to check if a password has been pwned.
password-checker is a simple and secure utility that checks if a password has been found in a known data breach using the Have I Been Pwned API (api.pwnedpasswords.com).
This tool helps users assess the security of their passwords and avoid using compromised credentials.
- Checks passwords against the Have I Been Pwned database by using their API
- API utilizes the k-anonymity model to ensure password privacy