My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members

If you are given a hash digest for a file (say for an installer hosted by a web site), you can use this program to verify the hash value. It uses the md5deep as the backend for hash verification (thus the name).

This was mostly a personal learning project for me, to learn GUI programming. I decided to make this program in particular because I couldn't find a good hash digest program that did verification with a user-input hash value; they could only make digests, which isn't that helpful for verifying a digest given by a web site.

In the svn, all files and directories are set up for a Qt Creator project, so after checkout, just open the .pro file in Qt Creator.

It is currently only verified to work in Ubuntu 10.10 (and the code is currently set up for a Linux command, which also assumes that md5deep is installed on the system), but the Windows executables are included anyway for porting.

Powered by Google Project Hosting