Question
I need a function that will go through and encrypt all the strings
I want to use one way enryption and need a function that will
go through and encrypt all the strings in my password column in sql
server 2003.
I also need a function that compares a test password string is equal to the hash value in the database. Can anyone give me some advice in this?
I also need a function that compares a test password string is equal to the hash value in the database. Can anyone give me some advice in this?
