.NET Core 2 Password Hashing

2019-02-25 10:14发布

问题:

I am looking to hash a password in core 2. I would like to use something like bcrypt, however, I am struggling to find any core implementations.

回答1:

Try my nuget package: https://www.nuget.org/packages/BCrypt-Core/

Install-Package BCrypt-Core -Version 2.0.0