Possible Duplicate:
Is it possible to decrypt md5 hashes?
I have encrypt the password using the MySQL function md5(),
I need to decrypt the password,
Any one can help.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MD5() generates a hash, not an encrypted string. Thus you can’t decrypt it in principle. But studies shown that MD5 is hackable, but it seems too complicated to study.
From “MD5 considered harmful today” @ http://www.win.tue.nl/hashclash/rogue-ca/: