ASP.NET Core Identity IPasswordHasher implementation using Argon2.
Info
Version: | 1.4.0 |
Author(s): | Scott Brady |
Last Update: | Saturday, October 2, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scottbrady91/ScottBrady91.AspNetCore.Identity.Argon2PasswordHasher |
NuGet Url: | https://www.nuget.org/packages/ScottBrady91.AspNetCore.Identity.Argon2PasswordHasher |
Install
Install-Package ScottBrady91.AspNetCore.Identity.Argon2PasswordHasher
dotnet add package ScottBrady91.AspNetCore.Identity.Argon2PasswordHasher
paket add ScottBrady91.AspNetCore.Identity.Argon2PasswordHasher
ScottBrady91.AspNetCore.Identity.Argon2PasswordHasher Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Identity.Core(>= 2.0.0)
- Sodium.Core(>= 1.2.3)
- libsodium(>= 1.0.18)
Tags