Skip to content

NORDUnet/pwned-passwords

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

pwned-passwords

See https://haveibeenpwned.com/Passwords for more info.

$ wget https://downloads.pwnedpasswords.com/passwords/pwned-passwords-1.0.txt.7z  # +5GB
$ 7z x pwned-passwords-1.0.txt.7z  # +11GB
$ go get github.com/lenartj/pwned-passwords
$ pwned-passwords pwned-passwords-1.0.txt foo foo2 SUPERpw
foo: FOUND
foo2: FOUND
SUPERpw: not found

100 searches take about 3 seconds using a slow hdd.

About

Search the pwned-passwords database locally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%