Bzip2
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
(→Identification) |
||
| Line 12: | Line 12: | ||
== Identification == | == Identification == | ||
Files begin with bytes <code>42 5A 68 ?? 31 41 59 26 53 59</code>. | Files begin with bytes <code>42 5A 68 ?? 31 41 59 26 53 59</code>. | ||
| + | |||
| + | Note that part of the signature is a [[Binary-coded decimal|BCD]] representation of the digits of π. | ||
== Software == | == Software == | ||
Revision as of 17:02, 15 February 2014
bzip2 is a data compression algorithm and compressed file format.
Contents |
Identification
Files begin with bytes 42 5A 68 ?? 31 41 59 26 53 59.
Note that part of the signature is a BCD representation of the digits of π.