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?
Refer below links.
https://www.mikesdotnetting.com/article/295/encryption-and-decryption-in-asp-net-core
https://stackoverflow.com/questions/53962874/encrypting-password-like-forms-authentication-in-net-core
https://www.nuget.org/packages/SimpleCrypto.NetCore/
The version of simplecrypto is for netcore1
https://www.c-sharpcorner.com/forums/net-core-encryption-decryption
https://stackoverflow.com/questions/38795103/encrypt-string-in-net-core/38797581
i found this
https://monkelite.com/how-to-hash-password-in-asp-net-core/
what do you think about it?
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.