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
629 stars 49 forks source link

Feature request: Allow sorting of hashes by occurrence count #64

Closed mbumd closed 5 months ago

mbumd commented 5 months ago

Thanks for all of your work with this tool. One of the options for downloading the list of passwords prior to this tool's introduction was a list sorted by number of occurrences. It would be nice to have the ability to download such a list via this tool.

troyhunt commented 5 months ago

This one is a bit of an edge case outside most practical uses of the service. If order is important, it's best you implement your own sorting on the downloaded corpus of hashes.

Cuteistfox commented 4 months ago

This one is a bit of an edge case outside most practical uses of the service. If order is important, it's best you implement your own sorting on the downloaded corpus of hashes.

At least have a torrent updating monthly