Hi,
i'm looking arcticle on hashing salt password using asp.net core mvc.
how can i implement hashing algorithm for login password in asp.net core mvc encrypt and decrypt from both side sql or asp.net core mvc.
i have search but not found any arcticle

Aravind GovindarajPosted Dec 29, 2022, 11:29 AM
please refer this link
https://code-maze.com/csharp-hashing-salting-passwords-best-practices/
Pasang TamangPosted Dec 28, 2022, 5:25 PM
Hi,
You can check this article https://www.c-sharpcorner.com/article/hashing-passwords-in-net-core-with-tips/. If your requirement is to implement membership functionality then I would suggest to go with ASP.NET Core Identity. Detail documentation about ASP.NET Core Identity can be found here https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity?view=aspnetcore-7.0&tabs=visual-studio.
Regards,
Pasang