Skip to content

Sep4rate/Verify-Password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Verify-Password.ps1

This script uses the "Have I Been Pwned?" API developed by Troy Hunt to determine if a password is in the "Pwned Password" list.

In order to protect the confidentiality of the given password, the script first hashes the password using a SHA-1 algorithm and extracts the first 5 characters of the hash for searching the DB. If the query returns a list of hashes, it means that there's a huge possibility that the password has been compromised.

More info on the Passwords DB: https://haveibeenpwned.com/Passwords

Usage example: .\Verify-Password.ps1 "Password123"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published