Adaptation of the Microsoft.AspNet.Identity.PasswordHasher that removes the hard-coded iteration count, replacing it with a configurable iteration count (that defaults to 10,000).
Info
| Version: | 1.0.0 |
| Author(s): | Scott Brady |
| Last Update: | Sunday, March 5, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/scottbrady91/ScottBrady91.AspNet.Identity.ConfigurablePasswordHasher |
| NuGet Url: | https://www.nuget.org/packages/ScottBrady91.AspNet.Identity.ConfigurablePasswordHasher |
Install
Install-Package ScottBrady91.AspNet.Identity.ConfigurablePasswordHasher
dotnet add package ScottBrady91.AspNet.Identity.ConfigurablePasswordHasher
paket add ScottBrady91.AspNet.Identity.ConfigurablePasswordHasher
ScottBrady91.AspNet.Identity.ConfigurablePasswordHasher Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Identity.Core(>= 2.2.1)
Tags