File Checksum (Java) 3
FileChecksum is a Java 1.4 application to compute common checksums for files: CRC32, MD5, and SHA1. Checksums are small hexadecimal "signatures" for testing whether or not files have been copied correctly, such as over a network. One person sends a file along with the checksum computed on the original computer. A second person calculates a similar checksum for the received file, and if the two checksums agree, then the received file is assumed to be correct. MD5 is more reliable than and preferred over the older and simpler CRC32.
Download Now (212.24K)