Sameera Madushan Pwned Save

Simple CLI script to check if you have a password that has been compromised in a data breach.

Project README

Pwned - Check Your Passwords

Pwned is a simple command-line python script to check if you have a password that has been compromised in a data breach. This script uses haveibeenpwned API to check whether your passwords were leaked during one of the many breaches of online services.

This API uses k-Anonymity model that allows a password to be searched for by partial hash in order to anonymously verify if a password was leaked without disclosing the searched password.

You cn read the medium article that i wrote about this from here.

How pwned script works

Git Installation

# clone the repo
$ git clone https://github.com/sameera-madushan/Pwned.git

# change the working directory to Pwned
$ cd Pwned

# install the requirements
$ pip3 install -r requirements.txt

Usage

python pwned.py -p <your password here>

Support & Contributions

  • Please ⭐️ this repository if this project helped you!
  • Contributions of any kind welcome!

Buy Me A Coffee

License

Pwned is made with ♥ by @__sa_miya__ and it is released under the MIT license.

Open Source Agenda is not affiliated with "Sameera Madushan Pwned" Project. README Source: sameera-madushan/Pwned
Stars
53
Open Issues
1
Last Commit
11 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating