UnHash is a program that performs a brute force attack against a given hash. The hash can be MD5 or SHA1, and the program will auto-detect which one is given.
Changes: A bug was fixed where in rare circumstances a memory corruption could occur. A sanity check regarding buffer lengths was added. Terminal I/O corruption was fixed.