Skip to content

SchaeStewart/haveIBeenPwned

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HaveIBeenPwned

A simple command line program that tells you the number of times a password has been pwned according to haveibeenpwned.com
Inspired by this video

Usage

./haveIBeenPwned Password1
Your password has been pwned 111658 times

Details

  • This program does not send the password to the haveIBeenPwned API. Instead it sends the first 5 characters of a sha1 hash.
  • The haveIBeenPwned API will return hashes that are similair to the given hash. This program then looks for any complete matches and returns the results.

About

A Golang command line tool that tells you how many times a password has been pwned

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages