"I am using secure md5 to generate a password.
In case my user forgets his password, there is any way to reconstruct it."
Ranjana
how to retrieve password which is stored using md5 function
Moderator: General Moderators
Re: how to retrieve password which is stored using md5 funct
No. MD5 is a one-way hash.jeephp wrote:"I am using secure md5 to generate a password.
In case my user forgets his password, there is any way to reconstruct it."
Ranjana