Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages