Howto reverse an md5 hashing
Sometimes in life, you may be required to find out the reverse of an md5 hash. Actually, this isn’t really likely for any good reason but hell, I found a web page and wanted to show it to you.
http://md5.rednoize.com/ offers a Google like interface to reverse lookup known md5 hashes.
Of course, this only works on unsalted hashes and hashes for known words, so it’s completely useless against Linux / UNIX passwords or strong passwords. However NT doesn’t salt hashes (still, despite the fact that UNIX has been doing it for literally decades), so it may very well be useful as a password recovery tool, for sysadmins out there.