Parity Volume Set

From Just Solve the File Format Problem
Revision as of 16:16, 25 May 2016 by Johanvanderknijff (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
File Format
Name Parity Volume Set
Ontology
Extension(s) .par, .pxx, .par2, .pa3

Parity Volume Set (also known as parity archive or parchive) is a file format for storing redundant data for one or more input files. These data can be used to repair the input files if they get damaged. The error correction is based on the Reed-Solomon algorithm. Three versions of the format exist: Par1, Par2 and Par3. The Par3 format never made it beyond the proposal stage, but it is used by the MultiPar tool.

Contents

Identification

A Par1 file starts with the byte sequence 50 41 52 00 00 00 00 00, which corresponds to the ASCII text string PAR, followed by 5 nul bytes. A Par2 file starts with bytes 50 41 52 32 00 50 4B 54, which corresponds to ASCII text stringPAR2, followed by a null byte and the text string PKT. Finally, a Par3 file usse the 4-byte sequence 50 41 33 00 (PA3 followed by a null byte).

Specifications

Software

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox