PHP:How to send the original password to the user when he clicks forgot password which is encrypted

Posted by kishore on Stack Overflow See other posts from Stack Overflow or by kishore
Published on 2010-05-06T10:06:35Z Indexed on 2010/05/06 10:18 UTC
Read the original article Hit count: 125

Filed under:
|

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...

© Stack Overflow or respective owner

Related posts about php

Related posts about md5