HaveIBeenPwned / 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
BSD 3-Clause "New" or "Revised" License
575 stars 41 forks source link

Alternative Downloader / Related Software #47

Open timglabisch opened 11 months ago

timglabisch commented 11 months ago

Thanks a lot for this project. It is Awesome. I use the database for projects to validate passwords and ensure that they are strong. For that reason i created easypwned.

i also created an alternative downloader.

would it be possible to add a list of similar software in this repository?

ndejong commented 8 months ago

Love your easypwned @timglabisch

We too made an alternative downloader hibp-downloader that aims to be as fast and efficient as possible, makes it easy to start, stop, restart and resync as needed, and provides a nice quick query thing as well.

Happy days.