Hi All, Has some1 ever experienced or any tool any1 knows to decript "MD 5 Encription". I would be obliged if any one can help me in this regard. Thanks
Hi, As I understand MD5-"encrypted" string can not be "decrypted" because this kind of "encryption" is an one-way procedure. It is easy to understand. Result of MD5-"encryption" is always 32-symbols string and only 16 different symbols are used. It means that MD5-hash can have only 16^32 (16*16*16*...*16 - 32 times) different values (limited quantity). Input string can have much more values (me can use word "unlimited"). It means that many-many different input strings will have the same MD5-hash. So if you only have MD5-hash you can not "decrypt" it and understand which input string was original. Sorry for my english. Hope I explained clearly.