HIBP.Toolkit
1.17.0
A handy toolkit to easy interaction with the "Have I Been Pwned" website. You can collect relevant breach data, pastes and check if a password is compromised. This uses Dependency Injection, and require your HIBP Api Key to be added in startup
Install-Package HIBP.Toolkit -Version 1.17.0
dotnet add package HIBP.Toolkit --version 1.17.0
<PackageReference Include="HIBP.Toolkit" Version="1.17.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HIBP.Toolkit --version 1.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HIBP.Toolkit, 1.17.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install HIBP.Toolkit as a Cake Addin
#addin nuget:?package=HIBP.Toolkit&version=1.17.0
// Install HIBP.Toolkit as a Cake Tool
#tool nuget:?package=HIBP.Toolkit&version=1.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.1
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.AspNetCore.Http.Connections.Client (>= 3.1.1)
- Microsoft.Extensions.DependencyInjection (>= 3.1.1)
- Microsoft.Extensions.Http (>= 3.1.1)
- System.Net.Http (>= 4.3.4)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.