Skip to content

Check if your password has been the victim of a breach. Implemented in C#

Notifications You must be signed in to change notification settings

dradcl/password-pwn-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password-pwn-checker

Check if your password has been the victim of a breach. Implemented in C#
Based on https://haveibeenpwned.com/API/v2
Alt text

How it works

Simply, it hashes an entered password with SHA1 and with the first 5 characters of that hash it searches the database. This program will use the database results to match your hash to see if you have been pwned. Read more here

About

Check if your password has been the victim of a breach. Implemented in C#

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages