Jump to content

MYSQL HELP..MD5 lostpassword generate


mohdshaiful

Recommended Posts

If you mean you want to convert MD5 back to its orginal, it is almost impossible.

 

they usually RESET the password for users who forgot theire passwords. so it is better to make a script to generate a temporary password and convert it into MD5, while sending the temporary password to the user's email (at the same time the md5 equivalent of that password should be stored in the database).

You can't send them their password because it's encrypted by md5. It's a 1-way encryption which cannot be reversed.

 

What you need to do is reset their password, and send them the unencrypted version before entering the md5 version into the db. Then on login get them to set another password.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.