ABChecksum v1.7 by
A small program for creating/verifying checksum files. Supports SFV and MD5 file formats. Main feature is the possibility to create/verify data in a directory and all its sub directories.To use this program you need to have MS .Net framework installed, the latest version of it can be downloaded from www.microsoft.com (Follow the link at the top of the page).
Donate a dime if you like ABChecksum and want to support further development.
History
Version 1.7
===========
* Added feature to create a single file checksum file. This feature is a basic
one but since other programs does this well I haven't bothered with it. I just
added it to make the program more feature complete for those who wishes to use
one program for many things.
* Simplified the graphical user interface.
* Cleaned up code for user interface.
* Fixed some problems when trying to quit in the middle of an operation.
Version 1.6
===========
* Added option to specify a pattern for which files to include when creating
a checksum file.
Version 1.5
===========
* Improved progress report when verifying a single file.
* Improved internal structure of code.
* Threaded the code, note this will only be useful for
those who have multiple slow cpu's with fast raid arrays.
* MD5 sum files have correct format now.
* Improved result report when verifying
* Improved command line support, use:
- ABChecksum filename, to verify a single file
- ABChecksum verify SFV|MD5 dir, to verify a directory
Version 1.4
===========
* Added time measurement on operations, in case you want to know how much
time the operation took.
Version 1.3
===========
* Fixed a bug in the "Verify file name" code.
Version 1.2
===========
* Changed name to ABChecksum.
* Added special mode for verifying a single checksum file.
* Added support for .md5 checksum files.
* Files passed to the executable are assumed to be checksum files and are
checked when the program is started.
* Improved the internal structure to allow new checksum algorithms to be
added easily.
* Added option to append checksum of the checksum file to the checksum
file name. Added option to verify that the checksum in the file name is
correct.
Version 1.1
===========
* Fixed a bug when verifying files with the CRC code in upper case letters.
Version 1.0
===========
* Initial version