Bzip2
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Links) |
(Added sample file) |
||
Line 18: | Line 18: | ||
* [http://bzip.org/ bzip2 and libbzip2] | * [http://bzip.org/ bzip2 and libbzip2] | ||
* [[7-Zip]] | * [[7-Zip]] | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/archive/bz2/sm.tar.bz2 | ||
== See also == | == See also == |
Revision as of 20:02, 26 July 2020
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 π.