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