An MD5 digest is a fairly big number that summarizes the contents of a file. This can be used for determining a file's integrity: if the MD5 digest of your copy is the same as the digest of the original file, then your copy is probably correct, but if the digests are different, then you know that the contents are different (which probably means that your copy of the file is damaged).
EasyMD5 is a simple application that provides an easy way to compute the MD5 digest for a file. Simply drop the file onto the application; it will present a window showing the MD5 digest for its contents. You can then copy the digest for pasting elsewhere, such as into an email message or an HTML file.

MD5 and SHA1 signatures were created using the md5sum(1) and sha1sum(1) utilities from GNU coreutils.
| 2007-05-10 http://boredzo.org/easymd5 |
|