Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
how encrypt in vb.net and sql server. is it easy??
Posted

Yes it is fairly easy but there is a tip written by OriginalGriff that I think you should read before making your mind up to use encryption.

Password Storage: How to do it.[^]
 
Share this answer
 
Comments
thatraja 5-Feb-12 3:32am    
You beat me to it, 5!
LanFanNinja 5-Feb-12 3:36am    
Sorry! =D
Thanks for the +5
Espen Harlinn 5-Feb-12 15:08pm    
5'ed! That's a good link :)
LanFanNinja 5-Feb-12 15:10pm    
Thank you
Don't encrypt: use a hashing algorithm instead, it is a lot safer.
There is some info here: Password Storage: How to do it.[^] - the code is in C#, but it's pretty simple, and http://www.developerfusion.com/tools/convert/csharp-to-vb/[^] can convert it if you don't understand.
 
Share this answer
 
Comments
LanFanNinja 5-Feb-12 3:34am    
+5 My solution shows how much I enjoyed and agreed with this tip!
Espen Harlinn 5-Feb-12 15:09pm    
5'ed! :-D

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