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 ...") |
(adding identification as per source code) |
||
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" from 2007-10-03 an archive starts with ASCII {{magic|KGB2}}. | ||
== 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] |
Revision as of 21:58, 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.
Identification
As per source code's "compress.cpp" from 2007-10-03 an archive starts with ASCII KGB2
.