PHP:How to send the original password to the user when he clicks forgot password which is encrypted
- by kishore
Hi all,
I am using md5 to encrypt the passwords in my project.
When user clicks on forgot password and submits his email,I have to send His password to him.
But the password is encrypted using md5.Generating new password should not do. The initial password is very important. SO how can i decrypt the password or any other way to send him original password?
Thanks in advance...