Skip to content

Script to check if a password had been leaked (via HaveIBeenPwned) without sending the password itself

Notifications You must be signed in to change notification settings

LitteulBlack/CheckPasswordLeak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CheckPasswordLeak

This small script check if the entered password is in the HaveIBeenPwned password database.

I wrote this script for my own use, and to be sure the password I test is never sent directly to a server.

It requires

  • OSX/Darwin/MacOS: the shasum executable

  • GNU/Linux: the sha1sum executable

  • FreeBSD: the shasum executable

  • Python3: only needs requests module

  • All: the curl executable

About

Script to check if a password had been leaked (via HaveIBeenPwned) without sending the password itself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 37.4%
  • Python 32.6%
  • Shell 30.0%