Difference between revisions of "Crc32"
(New page: {{AdvFileParam|crc32}} A simple CRC check of the whole file ==Usage== crc32=<hash(text[8])> ===Examples=== crc32=1234ABCD ===Description=== Compares the CRC32 hash of the file content...) |
(added info box) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | A simple CRC check of the whole file | + | |SYNTAX = crc32 |
+ | |TITLESYNTAX = crc32 | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | }}A simple CRC check of the whole file | ||
==Usage== | ==Usage== |
Revision as of 19:00, 21 February 2008
crc32 | |
Variants | crc32 |
Previously | {{{PREVIOUS}}} |
Group | [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]] |
Version | advcheck.dll ??? < 1.5.4.5 |
[[Category:Advanced file parameters for {{{GROUP}}}]] 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.