Skip to content

A simple PowerShell script to determine if a password has been leaked.

License

Notifications You must be signed in to change notification settings

DamianRyse/HaveIBeenPwnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

HaveIBeenPwnd

Support Server

This is a simple PowerShell script that uses the API of haveibeenpwned.com to determine if your password has been leaked somewhere on the internet. The script and the service do not send your password anywhere. A SHA-1 hash will be calculated out of your password and only the first 5 letters and numbers of that hash are being send to the API endpoint. The script then receives a list of all password hashes that also starts with those five characters. If your complete password hash is in this list, you'll see a text "You have been pwned!". If not, "All good, nothing found." appears.

Prerequisites

Screenshots

Copyright

Feel free to copy, modify and distribute the script as you like! If you like my script, I'd be glad to be mentioned in your clone.

About

A simple PowerShell script to determine if a password has been leaked.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published