MD5 File Hash Checking Tool


So I haven’t updated this site in a while and instead of telling about my life, I’m going to spend my time writing about a useless program I modded (so very early this morning).

I needed a program that checks the MD5 hash of any file. What the heck is an MD5 hash? There are two ways to describe this. It is an encryption algorithm that is mostly used to encrypt passwords stored in certain places (example online forums, etc). However, the algorithm can also be used on an input file to generate a unique string of numbers. Why is this useful? Well, it can verify that a file you’re downloading from the internet is genuine. If you rename the file, it makes no difference – the MD5 hash will be the same. However any change to the file will result in a different hash.

I found a little open source program known as MD5’Fer which calculated the MD5 hash of any file. However, I didn’t like the way it was programmed – it needed to be more user friendly. So instead of browsing for a file, I modded it so you can drag a file right into the program, or even drop in onto the exe before the program is running. Since the program is open source, I am forced under GPL to release the code to anyone who asks for it. So why did I bother modding this program? There are a few good checksum programs out there, but they annoyed me and needed to be installed. This is only 2 files and 44kb. No clutter and it works beautifully.

Download: Here (44KB) username and pw is login

MD5 Checksum (of the rar archive): 1B4890300E92C0406F83044B9E6E32D3

Simply extract the two files and then drag a file onto the .exe (or you can open the exe and drag a file into it, or you can browse for a file). It will tell you the checksum value.

If no one understands any of this, then whatever. Someone will have to find it useful.