What does HackerNews think of PwnedPasswordsDownloader?
A tool to download all Pwned Passwords hash ranges and save them offline so they can be used without a dependency on the k-anonymity API
Language:
C#
Download Have I Been Pwnds dataset then: https://github.com/HaveIBeenPwned/PwnedPasswordsDownloader
HIBP lets you download their hashed passwords DB to check against.
Looks like they changed how the data is downloaded. Now you need to use a software package that requires NET6. That is a no-go for me. So seems a Microsoft system is needed:
https://github.com/HaveIBeenPwned/PwnedPasswordsDownloader
Does anyone have a link or knows of a non-NET tool to download this new data ?