Fast File Validator 0.45 review

Download
by rbytes.net on

Fast File Validator in short FFV is a program for verifying files against a checksum file and for creating such checksum files

License: GPL (GNU General Public License)
File size: 0K
Developer: Christopher J. Madsen
0 stars award from rbytes.net

Fast File Validator in short FFV is a program for verifying files against a checksum file and for creating such checksum files. (I'm using checksum in the generic sense. Technically, neither CRC32 nor MD5 is really a checksum.)

FFV supports both SFV files (which use the CRC32 algorithm) and MD5 files. Actually, it can handle both types of checksum in the same file, although you don't normally see this, and I don't recommend creating such files.

FFV is fast, because it's written directly to the Win32 API to avoid unnecessary overhead and it uses a multi-threaded design, so it can calculate the CRC while reading the file. (Note: In my limited tests, it's about 40% faster under NT 4.0 than under Windows 98, reading the same files off the same hard drive.)

What's New in This Release:
The new "--relative" option tells FFV to look for the files relative to the checksum file.
This is useful when the checksum file is stored along with the files to be checked, and you want to validate several checksum files in different directories.

Fast File Validator 0.45 keywords