Re: Password file? [message #417823 is a reply to message #417803] |
Sat, 16 January 2010 17:45 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma:
|
General (5 Stars) |
|
|
Sladewill wrote on Sat, 16 January 2010 22:36 | Is it MD5 Hashed? Coz i found a php script that dehashes MD5, also the guy that coded it found it as a python script.
|
It's impossible to accuratly de-hash an MD5 hash to it's original form because multiple inputs will produce the same hash. The best you can do is collect MD5 hash results into a database and then get all the possible known inputs that *could* have created the given hash. The possible inputs for each MD5 hash are infinite unless the length of the original input is known.
Also, they are not MD5 hashes anyway, they are encrypted using WOLData.key as far as I recall.
[Updated on: Sat, 16 January 2010 17:46] Report message to a moderator
|
|
|