KGB Archiver
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|kgb}} |released=2006 }} The '''KGB Archiver''' is an archiving and compression program for MS Windows ...") |
(distinguishing between version 1 and 2) |
||
(One intermediate revision by one user not shown) | |||
Line 11: | Line 11: | ||
There hasn't been any update to it in a number of years now, and its official website is no longer up. | There hasn't been any update to it in a number of years now, and its official website is no longer up. | ||
+ | |||
+ | == Identification == | ||
+ | * As per source code's "compress.cpp" for version 2 beta 2 from 2007-10-03 an archive starts with ASCII {{magic|KGB2}}. | ||
+ | * As per "compress.cpp" for version 1.2.1.24 from 2008-02-09 an archive starts with ASCII {{magic|KGB_arch -}} followed by an ASCII number most likely from {{magic|0}} to {{magic|9}} for the chosen memory consumption model. | ||
== References == | == References == | ||
* [[Wikipedia:KGB Archiver|Wikipedia article]] | * [[Wikipedia:KGB Archiver|Wikipedia article]] | ||
* [http://sourceforge.net/projects/kgbarchiver/ SourceForge project] | * [http://sourceforge.net/projects/kgbarchiver/ SourceForge project] |
Latest revision as of 22:16, 17 October 2023
The KGB Archiver is an archiving and compression program for MS Windows and Unix-like systems. The program supports the ZIP format, but also has its own native KGB format which is based on the algorithm of PAQ6. This format is designed for high compression rather than speed of compression or decompression.
It doesn't appear to spy on you like its namesake in the old Soviet Union.
There hasn't been any update to it in a number of years now, and its official website is no longer up.
[edit] Identification
- As per source code's "compress.cpp" for version 2 beta 2 from 2007-10-03 an archive starts with ASCII
KGB2
. - As per "compress.cpp" for version 1.2.1.24 from 2008-02-09 an archive starts with ASCII
KGB_arch -
followed by an ASCII number most likely from0
to9
for the chosen memory consumption model.