标签: c# asp.net security passwords asp.net-identity
当用户使用UserManager注册到我们的系统时,我们已经实现了Aspnet.Identity密码。正如我们使用ASPNET.core设置Identity Server一样,有什么方法可以实现ASPNET.core密码哈希。
我尝试使用SHA手动编写密码哈希算法的逻辑。