Jump to content

[SOLVED] unhash md5


dadamssg

Recommended Posts

You cannot "unhash" an md5 string. if it is just a simple md5(password) and not a md5(time().password) then you can use an md5 cracker.

 

Basically md5 is only 32 chars long, which means 3216 possible strings (32 characters, each one of them has 16 possible values, 0-9a-f, whereas if u take a file which could be a million characters long, then there could be 1,000,00016 possible changes.

 

These dont add up, and so, ou dont need to know the exact password to get the same md5 hash.

 

As graham said, you could use a "secret question and answer" to change the password, OR, provide a link to a page where the can enter a key (which u email), and a new password, or just reset the password and email them the new one.

 

PS - i absolutely despise random password generators. and so do a lot of people surfin the web, i wanna use my password! lol

Link to comment
https://forums.phpfreaks.com/topic/142383-solved-unhash-md5/#findComment-746010
Share on other sites

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.