Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am New asp.net Developer, I want some Information regarding how we can encrypt before storing into database and Decrypt data after retrieving.

I want to save passwords in database, How to make them unreadable.
Posted

"Don't encrypt passwords" is the simple answer.
See here: Password Storage: How to do it.[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 17-Jun-12 17:38pm    
Right, a 5.
OP could be very much confused, might think you are talking about storing of the passwords. Right thing would be saying something like "Use cryptography, but not encryption" ;-)
--SA
Before saving your password to database, use some of the encryption algorithm.
And while retrieving the password back use decryption algorithm. Save your key on some other place.
Refer http://nadarmuthukumar.blogspot.in/2012/04/encryption-decryption.html[^] for encryption decryption.
 
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