A simple service to hash passwords with PBKDF2 in C#.
Info
Version: | 1.0.1 |
Author(s): | DannyBoyNg |
Last Update: | Tuesday, November 10, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DannyBoyNg/PasswordHashingService |
NuGet Url: | https://www.nuget.org/packages/Ng.PasswordHashingService |
Install
Install-Package Ng.PasswordHashingService
dotnet add package Ng.PasswordHashingService
paket add Ng.PasswordHashingService
Ng.PasswordHashingService Download (Unzip the "nupkg" after downloading)
Dependencies
net5.0
- Microsoft.AspNetCore.Cryptography.KeyDerivation(>= 5.0.0)
- Microsoft.Extensions.Options(>= 5.0.0)
- Microsoft.AspNetCore.Cryptography.KeyDerivation(>= 5.0.0)
- Microsoft.Extensions.Options(>= 5.0.0)
Tags