PDA

View Full Version : MD5 Dictionary Based Decrypter



SonniE
02-13-2010, 07:18 PM
Just uses brute force dictionary strategy to 'decrypt' a MD5 hash. You can get a larger wordlist on your own if you feel like it, but i provided a 1mb one. Just has to follow the same syntax 1 word per line.
Download HERE (http://www.fluidcoding.com/Projects/MD5 Decrypter.zip)
http://www.fluidcoding.com/Projects/md5decrypter.PNG

Syphongamer08
02-13-2010, 10:21 PM
whats is for?

WhoIsYou
02-13-2010, 11:04 PM
Decrypting MD5 hashes...................

MAD Industries
02-13-2010, 11:25 PM
is the dic file pre-hashed?

SonniE
02-13-2010, 11:45 PM
is the dic file pre-hashed?
no i was going to use a pre hashed database next but my laptop which is actually fast stopped working. so i just made this on my desktop kinda slow. it just reads words from the dictionary file hashes compares repeats simple. im working on a new one that doe it totally brute force but splits up the work on multiple computers so its reasonable.

Syphongamer08
02-13-2010, 11:52 PM
Decrypting MD5 hashes...................

And that be?

SonniE
02-13-2010, 11:59 PM
And that be?

its a 1 way encryption algorithm, meaning once say a password is encrypted with md5 you can't get the password again from the md5 hash. This uses a brute Dictionary strategy to crack the hash and get the raw text that was hashed.