Difference between revisions of "Crc32"

From SpybotWiki
Jump to: navigation, search
(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...)
 
m (Usage: fixed var type)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{AdvFileParam|crc32}}
+
{{AdvParamInfo
A simple CRC check of the whole file
+
|SYNTAX = crc32
 +
|TITLESYNTAX = crc32
 +
|VARIANTS =
 +
|PEVERSION = ??? < 1.5.4.5
 +
|GROUP = File Hashes
 +
}}A simple CRC check of the whole file
  
 
==Usage==
 
==Usage==
  crc32=<hash(text[8])>
+
  crc32=<hash(string[8])>
  
 
===Examples===
 
===Examples===

Latest revision as of 19:01, 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

Usage

crc32=<hash(string[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.

See also

Similar parameters

Similar commands