Skip to content

Check if your password have been pwned. 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.

License

Notifications You must be signed in to change notification settings

AbayIbrayev/pwned-password-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pwned Password Checker

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.

Features

  • Check if a password has been compromised
  • Uses the k-Anonymity model for privacy

Requirements

  • Python 3.x
  • requests library

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/pwned-password-checker.git
  1. Navigate to the project directory:
cd pwned-password-checker
  1. Install the required dependencies:
pip install requests

Usage

Run the script with the password you want to check:

python script.py yourpassword

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

About

Check if your password have been pwned. 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages