Sunday, June 14, 2009

How To Decrypte MD5 Encryption?

How To Decrypte MD5 Encryption?

MD5 used to encrypt text to 128 bit value. For example if you use md5 to encrypt word "hello", the result will be "5d41402abc4b2a76b9719d911017c592".
For more details about MD5, you can read at http://en.wikipedia.org/wiki/Md5

There are a lot of site that provide encryption/decryption of MD5, one of them is http://md5.rednoize.com/
Using this site you can encrypt the text into md5 encryption or you can decrypt the md5 has to the original text (vice-versa)

Thanks