Click here to Skip to main content
16,004,653 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to encrypt inputed password and save in sql server 2008 for vb ??
Posted
Comments
[no name] 27-Apr-13 14:21pm    
What have you tried? What encryption method are you using? Why are you not using a hash?

1 solution

The simple answer is "don't" - use hashing instead.
See here: Password Storage: How to do it[^] - it's in C#, but it's pretty simple and should translate to VB easily.
 
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