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/
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.