Hi,
I am currently using md5 function to encrypt my password and save to mysql db which can not be decrypted.
Now my user want that when they forgot password, they should get same (old) password instead of new password.
So my question is that what should i use to encrypt my password and store in mysql Database. And i can decrypt that password also.
i am running on php and mysql.
Thanks
Avinash