How to insert a value by encrypting and should be able to get this by decrypting
Posted by Amar on 02/12/07 11:14
Hi All,
I want to insert my password into the mysql database by encrypting it
so that I can also retrieve the password. Before I was using sha1()
for encrypting password,but it is an one way method.
I want to use a function that can be decrypted . Please help me.