That's not true. MD5 hashes can be cracked.
But he is not going to crack this one, cause he is offering $1-$3, so ... good luck![]()
Are you sure ? Cause I'm not sureCracked != Decrypted
MD5 can be reversed, its very very easy.
however most MD5 hashes are 'salted' and this in effect adds extra characters to the password before its hashed, unless you know these characters you will not crack it, chance of you knowing the characters = less than 0.1%
A lot of hashes are even hashed twice with two salts like this
(password ((MD5 + salt)MD5 + salt))
They are very very very hard to crack, good luck.
MD5 can be reversed, its very very easy.
Listen do this guy, people.
What the hell are you two smoking?
Don't pay any attention to them. 'Reversing' an MD5 is mathematically impossible.
MD5 is a cryptographic hash function. It has nothing to do with PHP.MD5 is a PHP function (i think?) and is completely opensource
Mathematically impossible.you can look exactly how its done and reverse it just my rearranging the code they wrote into the function
'MD5' is not shit, the reason the salt is added is because it makes brute-forcing passwords 'en masse' using rainbow tables a lot statistically harder.MD5 on its own is shit, hence they add the salt.
As I've said already, cracking != decoding.Google for MD5 cracker - there are loads of websites that let you decode pure MD5
Not really sure where you got that from, I never said it.As for "forums don't normally add a salt" yes they do.
MD5 reversal is mathematically impossible. I'm an internationally publisher computer security researcher. You're a moron.MD5 reversal is piss easy. You're a retard.