originaluko / haveibeenpwned

Identify pwned accounts and passwords via the "Have I been pwned?" (https://haveibeenpwned.com) API.
MIT License
57 stars 18 forks source link

Get-PwnedPassword Padding parameter missing #12

Open mcdonamw opened 3 months ago

mcdonamw commented 3 months ago

The ReadMe has the following example, but it appears the padding parameter does not exist for this cmdlet.

Get-PwnedPassword -Password monkey -Padding false Identifies if the password has been found with response padding removed. *No API key required

PS C:\Temp> Get-PwnedPassword -Password password -Padding false
Get-PwnedPassword: A parameter cannot be found that matches parameter name 'Padding'.