| Re: Password Recovery Using PHPMyAdmin -
11-24-2006, 08:19 PM
That only works if the webapp is using MD5 as a password encryption meathod. Some of them use different hashes for storing passwords, but MD5 is the most common because of the flexibility of the hash itself. Or heck, you can even insert a MD5 type hash in the password field! |