Skip to content

Uses haveibeenpwned.com API to check if a password was leaked before

Notifications You must be signed in to change notification settings

KarlClinckspoor/PasswordChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

PasswordChecker

This is a simple script to send a request to the api from haveibeenpwned.com and check if a password has been leaked before. Inspired by a computerphile video

Usage

python password.py <password1> <password2> ...

Example:

$ python password.py Password1 Password1234
For password Password1 there are 111658 leaks
        Sleeping for 1 seconds...
For password Password1234 there are 3621 leaks
        Sleeping for 1 seconds...

Requirements

Any installation of python probably has these, but just in case:

  1. hashlib
  2. requests
  3. sys

About

Uses haveibeenpwned.com API to check if a password was leaked before

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages