Log in

View Full Version : MD5 hash string



nelliamalia
03-29-2011, 08:31 PM
Dear All,
i am no expert and not so pro as you guys are, and i really tried nearly every page I know, but can somebody HELP ME PLEASE???
I need the following to be decrypted/decoded whatso ever:

f51f8ac89d7ed68f94bb30ce656e2549

I am really gratefull for help and support!!!

traq
03-29-2011, 08:37 PM
an md5 hash cannot be decrypted.

a hash is not a code. it's one-way only. that's why they're so suitable for use in password systems.

The only way to "crack" it would be via brute force (i.e., try every possible combination until you get the same result).