Python program for generating and verifying file checksums. At the present, it supports the MD5 and CRC32 checksums. The program is controlled only through the command line parameters.
The program can be used both for checking checksums and for verifying them later. It should be also able to verify checksums generated by other programs, like the command-line utility md5sum
or by the cksfv
.