How to encrypt password in asp.net core.
i want implement an authentication with password encrypt
in net 4.5 i use https://www.nuget.org/packages/SimpleCrypto/
this package but in net core 2.1 i dont know wich library use?
Hi jon,
You can use your link or can refer below links aswell.
Hash passwords in ASP.NET Core
Hashing In ASP.NET Core
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.