Singulink.Cryptography.Pwned.Client
1.1.0
Prefix Reserved
dotnet add package Singulink.Cryptography.Pwned.Client --version 1.1.0
NuGet\Install-Package Singulink.Cryptography.Pwned.Client -Version 1.1.0
<PackageReference Include="Singulink.Cryptography.Pwned.Client" Version="1.1.0" />
<PackageVersion Include="Singulink.Cryptography.Pwned.Client" Version="1.1.0" />
<PackageReference Include="Singulink.Cryptography.Pwned.Client" />
paket add Singulink.Cryptography.Pwned.Client --version 1.1.0
#r "nuget: Singulink.Cryptography.Pwned.Client, 1.1.0"
#addin nuget:?package=Singulink.Cryptography.Pwned.Client&version=1.1.0
#tool nuget:?package=Singulink.Cryptography.Pwned.Client&version=1.1.0
Singulink.Cryptography.Pwned
Singulink.Cryptography.Pwned is a .NET project that contains a client and optional server for checking if a password has been compromised in a data breach using the Have I Been Pwned database. It provides a simple and efficient way to verify the security of passwords against a large database of known compromised passwords.
You can use the client without running your own service - the client defaults to using our publicly available service (API hosted at pwned.singulink.com
).
We kindly ask that you limit usage of our free public service to checking passwords during user registration and/or logins, and not for bulk checking of passwords. If you have a high volume application or need to check large numbers of passwords, please consider running your own instance of the service or download the Pwned database yourself and check against it locally.
About Singulink
We are a small team of engineers and designers dedicated to building beautiful, functional, and well-engineered software solutions. We offer very competitive rates as well as fixed-price contracts and welcome inquiries to discuss any custom development / project support needs you may have.
This package is part of our Singulink Libraries collection. Visit https://github.com/Singulink to see our full list of publicly available libraries and other open-source projects.
Installation
For checking passwords, a client package is available on NuGet - simply install the Singulink.Cryptography.Pwned.Client
package.
Supported Runtimes: Everywhere .NET Standard 2.0 is supported, including:
- .NET
- .NET Framework
- Mono / Xamarin
End-of-life runtime versions that are no longer officially supported are not tested or supported by this library.
For running the service on your own infrastructure, deploy Singulink.Cryptography.Pwned.Server
to your desired hosting destination. The project is a .NET 9.0+ web service that can be hosted in IIS, Azure, or any other .NET hosting environment. You will need to configure your own database connection string in appsettings.json
and import the Pwned passwords into your database. You can point the client to your service by setting PwnedClient.ApiBaseUri
to the URL of your service.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.Http (>= 9.0.4)
- System.Net.Http.Json (>= 9.0.4)
- System.Text.Json (>= 9.0.4)
-
net8.0
- Microsoft.Extensions.Http (>= 9.0.4)
- System.Text.Json (>= 9.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.