MD5 is a one way hash, as nico_swd said. The only thing that would come close to finding the original of it is:
http://md5.rednoize.com/
But be ready to spend
LOTS of time on there to get any type of result.
The way it works is, if you enter a random string, say your name (or password or whatever), into the text box and click search, it will return the md5-hash of that string (and store it in the site’s database. Now take that string, copy it and paste it into the same text box, hit search again, and it will return the original string.
For example, if you type into the search box "5d41402abc4b2a76b9719d911017c592" which is the correct MD5 hash for hello, it will return the converted value, which is "hello".
(Of course the above is meant more as a joke. So please don't email me asking questions about this)
