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

Which .NET 6? #49

Open PhoenixofMT opened 10 months ago

PhoenixofMT commented 10 months ago

There are a few dozen download options on the linked page. Should I choose from the Runtime options? The Desktop Runtime options? Do I need the SDK? Maybe it's one of the three different sub-versions?

So far, this is all I can do:

> dotnet tool install --global haveibeenpwned-downloader
The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'tool' does not exist.
  * You intended to execute a .NET SDK command:
      No .NET SDKs were found.
NastyFlytrap commented 8 months ago

Top left corner of the downloads box, the latest version of the SDK should work in theory

filimonic commented 5 months ago

This should be directly said that SDK is needed, not runtime on the main page

NastyFlytrap commented 5 months ago

This should be directly said that SDK is needed, not runtime on the main page

Yes.

It bothers me too