v1.0.3: Hashlists support #17
wneessen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release adds support for retrieving hash lists in the PwnedPass API (See #14). We've added 3 new ListHashes*() methods to get access to all returned hashes:
ListHashesPrefix()
: which accepts a 5-character hash as expected by the API endpoint (this is basically the previously privateapiCall()
method)ListHashesSHA1()
: which retrieves the list based on a given SHA1 checksumListHashesPassword()
: which retrieves the list based on a give password stringWe've also added length checks for
*SHA1()
and*Prefix()
methods, so that invalid data provided to them will return an error.Thanks binaek for feature request and the testing.
Changes worth mentioning
ListHashes*()
methodsThis discussion was created from the release v1.0.3: Hashlists support.
Beta Was this translation helpful? Give feedback.
All reactions