Skip to content

davidbullado/CheckPwnedPassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Check Pwned Password

The basic principle of this script is to hash an inputed password, keep the first five characters of the hash, and request a list of pwned password beginning with these letters. Once the list is retrieved, the script simply check whether the hash is present. Thus, no password (nor full hash) is sent as cleartext.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published