Hi all,
I have a string variable called userid and i want to encrypt the userid and store it into another variable using the stored procedure. Again i have to decrypt the encrypted value to the original string value using another stored procedure.
I am using sql server.
Please help me...
Thanks and regards,
Mathew
I have a string variable called userid and i want to encrypt the userid and store it into another variable using the stored procedure. Again i have to decrypt the encrypted value to the original string value using another stored procedure.
I am using sql server.
Please help me...
Thanks and regards,
Mathew
Comment