2
Answers

Password Encryption / Hashing

travis.hurst

travis.hurst

20y
2.1k
1
I have a login application in C# that I need to store ciphered values in the password column of a database. What is the best way to achieve this? Hash algorith? Obviously I need to compare the value from the database with the entered plain text on my login screen to see if they are the same before validating login. I just want to prevent users seeing plain text passwords that have access to view the database. cheers
Answers (2)