C.F. Scheidecker Antunes wrote:
I will have the password stored in the database with MD5.

What I actually need is a manual way to get the password back, that is decoding it.

The whole point of MD5 is that you cannot decode it once encoded.

When someone enters their password, just MD5 what they entered and compare it to the database. If it matches, they got it right. If not, they didn't.

Jasper

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to