Click here to Skip to main content
15,914,386 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Folks,
I am making a login table for employees in sql server. what I want to store encrypted passwords in the table. I want to inquire is there any encryption method already built for such type of application in sql server database engine, or i have to make my own encryption technique to hide the password.
Please help me to save my development time.
Thank you so much
regards
Posted

1 solution

Sql has some built in encryption techniques (see here[^])

However, if you're allowing users to create their own passwords, you can use the .NET libraries (see .NET Encryption Simplified[^])
 
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