ASP.NET Core Identity IPasswordHasher implementation using Scrypt.NET.
Info
Version: | 1.2.0 |
Author(s): | Scott Brady |
Last Update: | Monday, March 8, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scottbrady91/ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher |
NuGet Url: | https://www.nuget.org/packages/ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher |
Install
Install-Package ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher
dotnet add package ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher
paket add ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher
ScottBrady91.AspNetCore.Identity.ScryptPasswordHasher Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Identity.Core(>= 2.0.0)
- Scrypt.NET(>= 1.3.0)
Tags