Register Forum Rules Recent Forum Posts View Members Advanced Search
December 15th, 2010
#1
how convert this MD5 Encrypted Hash String into the text plain password.
I need this information because i'm doing some snoping around and i want to decode a MD5 but i need help lyke alot this and i'm wondering how do u decode this into plain text.
December 15th, 2010
#2
You can't just decode it. You have to guess what the password is by brute force. Sometimes then there's a few characters added to the end of the password before it's hashed. You don't need to know what they are to brute force the password, but it would help.
December 15th, 2010
#3
Can you give me the MD5 hash? There are some online decrypters you could use.
If none of them work, brute-force is the best way to go (depends on password length and where the password is used for tho)
December 15th, 2010
#4
well i wouldnt know id go with brute force (O_o)
December 19th, 2010
#5
brutus email hacking software is a virus it F*cked up my last computer last year and the virus screen savor was very disterbing anyways piree i'll send the md5 hash string 2 u
December 19th, 2010
#6
Brute force is a technique in which you try all the different possibilities to determine which one is correct. We're not talking about any sort of "email hacking software".
December 19th, 2010
#7
If you send me i'll see what I can do, but if it's salted MD5 hash u will never know the outcome.
If it's not salted, it will still be hard to decrypt if it hasn't been decrypted before.