CRC-16

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m
Line 16: Line 16:
 
The CRC of ASCII "<code>123456789</code>" is <code>0xbb3d</code>.
 
The CRC of ASCII "<code>123456789</code>" is <code>0xbb3d</code>.
  
Used by [[ARC (compression format)|ARC]], [[LHA]], [[StuffIt]], [[Zoo]], [[ArcFS]].
+
Used by [[ARC (compression format)|ARC]], [[LHA]], [[StuffIt]], [[Zoo]], [[ArcFS]], [[Spark]].
  
 
=== CRC-16/XMODEM ===
 
=== CRC-16/XMODEM ===

Revision as of 16:01, 26 March 2023

File Format
Name CRC-16
Ontology

CRC-16 is a broad family of CRC (cyclic redundancy check) algorithms that produce a 16-bit result.

Refer to the CRC article for more information.

Contents

Specific algorithms

Selected CRC-16 algorithms are listed here. The names are from the CRC RevEng Catalogue.

CRC-16/ARC

Also referred to as CRC-16-IBM.

The CRC of ASCII "123456789" is 0xbb3d.

Used by ARC, LHA, StuffIt, Zoo, ArcFS, Spark.

CRC-16/XMODEM

This is a form of CRC-16-CCITT, though it may be inaccurate to refer to it by that name.

The CRC of ASCII "123456789" is 0x31c3.

Used by MacBinary, BinHex, LBR.

Links

See also CRC#Links.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox