Skip to content

m4sc0/pwnedpasswords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

pwnedpasswords

Description

This is a simple demonstration of the haveibeenpwned.com API.

If you run it you are prompted for a password (or anything else), the program will then hash your password and send a request with the first 5 characters of the hash to a dynamic API endpoint. The API will return a list of hashes that match the first 5 characters of your hash. The program will then check if your hash is in the list and tell you if it has been pwned and how many times.

It's a very simple program and was done just for fun. Check it out if you're interested!

Usage

git clone https://github.com/m4sc0/pwnedpasswords
cd pwnedpasswords
python main.py

That's it. Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages