PwnedPassCheck
2.0.0
Check passwords and hashes against the haveibeenpwned.com Pwned Passwords API. Also supports third party equivalent APIs.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2019 Ryan Bolger. All rights reserved.
Package Details
Author(s)
- Ryan Bolger
Tags
Security HIBP HaveIBeenPwned InfoSec Linux Mac
Functions
Get-NTLMHash Get-PwnedHash Get-PwnedHashBytes Get-PwnedPassword Get-SHA1Hash Test-PwnedHash Test-PwnedHashBytes Test-PwnedPassword
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## 2.0.0 (2020-02-17)
### Breaking Changes
* To better adhere to PowerShell naming standards, `Test-PwnedPassword`, `Test-PwnedHash`, and `Test-PwnedHashBytes` have been renamed to `Get-PwnedPassword`, `Get-PwnedHash`, and `Get-PwnedHashBytes` respectively.
* New versions of `Test-PwnedPassword`, `Test-PwnedHash`, and `Test-PwnedHashBytes` have been added that return a simple boolean value to indicate whether the password/hash was seen in a breach or not.
* The Label property is no longer added to results unless it is requested.
FileList
- PwnedPassCheck.nuspec
- PwnedPassCheck.psd1
- PwnedPassCheck.psm1
- Private\Convert-HexToByteArray.ps1
- Private\Test-ValidHash.ps1
- Private\Test-ValidPassObject.ps1
- Public\Get-NTLMHash.ps1
- Public\Get-PwnedHash.ps1
- Public\Get-PwnedHashBytes.ps1
- Public\Get-PwnedPassword.ps1
- Public\Get-SHA1Hash.ps1
- Public\Test-PwnedHash.ps1
- Public\Test-PwnedHashBytes.ps1
- Public\Test-PwnedPassword.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 218 | 2/15/2023 |
2.0.0 (current version) | 900 | 2/19/2021 |
1.2.0 | 52 | 11/2/2020 |
1.1.0 | 165 | 8/13/2019 |
1.0.0 | 25 | 8/11/2019 |