Hi,
I need your help for forgot password decryption.
When a user registers , his password will be encrypted using md5();
and When he sign in, I will encrypt his password using MD5() and I will compare it with value already stored in to table,
My problem is,
If he requests for forgotpassword, I have to send the password to him,how to do decrypt that MD5 password and send to him.
Is there any way to store password with encryption and decryption,, and for forgot password also?