Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to encrypt and decrypt password but i dont want to store password in encrypt format then how to check login succesfully.i am using mvc with razor.
Posted

1 solution

Encrypting password is a very bad idea as it means that someone can decrypt it!
What are you looking for is one-way-hash, that can not be reversed by design...
You may want to start here: A Beginner's Tutorial for Understanding and Implementing Password Hashing and Salting[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900