Difference between revisions of "Crc32"
(added info box) |
(added group) |
||
Line 4: | Line 4: | ||
|VARIANTS = | |VARIANTS = | ||
|PEVERSION = ??? < 1.5.4.5 | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = File Hashes | ||
}}A simple CRC check of the whole file | }}A simple CRC check of the whole file | ||
Revision as of 08:52, 22 February 2008
crc32 | |
Variants | crc32 |
Previously | {{{PREVIOUS}}} |
Group | File Hashes |
Version | advcheck.dll ??? < 1.5.4.5 |
A simple CRC check of the whole file
Contents
Usage
crc32=<hash(text[8])>
Examples
crc32=1234ABCD
Description
Compares the CRC32 hash of the file contents. While md5 is much safer regarding collisions, this one may speed up archive scans, since archive directories often contain CRC32 hashes which make it possible to test archive contents without completely extracting it.