|
PKZIP is an archiving tool originally written by the late Phil Katz, and marketed by his company PKWARE, Inc. PKZIP is an acronym for Phil Katz's ZIP program. Phil Katz, shown in 1994, holds a computer disk containing compression software made by his company, PKWare Inc. ...
The ZIP file format is the most widely-used compressed file format in the IBM PC world. ...
The first version of PKZIP appeared in 1989. It was a DOS command-line tool and was distributed as shareware with a $25 registration fee. PKZIP 1 used three different compression algorithms, colourfully referred to as "shrinking", "reducing" and "imploding" which were chosen between based on the characteristics of the file being compressed. Although popular at the time, files in PKZIP 1 format are now rare, and many modern unzip tools are unable to handle the PKZIP 1 compression methods. 1989 (MCMLXXXIX) was a common year starting on Sunday of the Gregorian calendar. ...
It has been suggested that X86 DOS Comparison be merged into this article or section. ...
Shareware is a marketing method for software, whereby a trial version is distributed in advance and without payment, as is common for proprietary software. ...
Some years later, PKWARE brought out PKZIP 2. This new version dispensed with the miscellaneous compression methods of PKZIP 1 and replaced them with a single new compression method which Katz called "deflating". The resulting file format has since become ubiquitous on Microsoft Windows and on the Internet - almost all files with the .zip extension are in PKZIP 2 format, and utilities to read and write these files are available on all common platforms. DEFLATE is a lossless data compression algorithm that uses a combination of the LZ77 algorithm and Huffman coding. ...
Windows redirects here. ...
To help ensure the interoperability of the ZIP format, Phil Katz published the original specification in the APPNOTE. PKWARE continued to maintain this document and periodically published updates. With the introduction of proprietary encryption standards the format has begun to fragment, with competitors opting to not take on the extentions. Proprietary indicates that a party exercises private ownership, control or use over an item of property, usually to the exclusion of other parties. ...
In 2004 PKWARE introduced SecureZIP, which consists of PKZIP + up to 256 Bit AES Encryption. SecureZIP allows the use of passwords or X.509 Certificates. General Designer(s) Vincent Rijmen and Joan Daemen First published 1998 Derived from Square (cipher) Cipher(s) based on this design Crypton (cypher), Anubis (cipher), GRAND CRU Algorithm detail Block size(s) 128 bits note Key size(s) 128, 192 or 256 bits note Structure Substitution-permutation network Number of...
In cryptography, encryption is the process of obscuring information to make it unreadable without special knowledge. ...
In cryptography, X.509 is an ITU-T standard for public key infrastructure (PKI). ...
History File archival routines date back to at least the 1970s, when they were distributed as standard utilities with operating systems. They include the Unix utilities ar, shar, and tar. These utilities were designed to gather a number of separate files into a single archive file for easier copying and distibution. This article is about the black liquid. ...
During the 1980s, the company System Enhancement Associates (SEA) developed a shareware utility called ARC, based on earlier programs such as tar, that not only grouped files into a single archive file but also compressed them to save disk space, a feature of great importance on early personal computers, where space was very limited and modem transmission speeds were very slow. The archive files produced by ARC had file names ending in ".ARC" and were sometimes called "arc files" as a result. Later, Phil Katz developed his own shareware utilities, PKARC and PKXARC, to create archive files and extract their contents. These files worked with the archive file format used by ARC, but were faster than ARC. Unlike SEA, which combined archive creation and archive file extraction in a single program, Katz divided these functions among two separate utilities, reducing the amount of memory needed to run them. This also allowed the file extractor to be incorporated into the archive file to create self-extracting archives, which could unpack themselves without requiring an external file extraction utility. The competition from Katz did not please SEA, who sued Katz for trademark infringement, as well as copyright infringement as it alleged that Katz had plagiarised sections of the code. Katz lost the lawsuit and was forced to pay $62,500 to SEA to cover their legal fees. It was found during the court case that Katz had used SEA's ARC source code for the majority of the application but had only made code optimizations to increase speed. Primarily he changed the word length used by the algorithm from 12 bits to 13 bits resulting in a higher compression for typical binary files. As a result of the lawsuit, Katz changed the names of his utilities to PKPAK and PKUNPAK, and then developed PKZIP and PKUNZIP, which were based on new and different file compression techniques. The suit by SEA angered many shareware users, perceiving that SEA was a 'large, faceless corporation' and Katz was 'the little guy'. In fact, at the time, both SEA and PKWARE were small home-based companies. However, the community largely sided with Katz, and became persuaded by the superior compression capabilities of PKZIP. SEA's ARC was largely abandoned in favor of PKZIP and PKUNZIP as the predominant data compression software on MS DOS. Flowcharts are often used to represent algorithms. ...
Other archivers also appeared during the 1980s, including Rahul Dhesi's ZOO, Dean W. Cooper's DWC, and LHarc by Haruhiko Okomura and Haruyasu Yoshizaki. zoo is a compression program and format developed by Rahul Dhesi in the mid 1980s. ...
LHA is a freeware compression utility and associated file format. ...
See also It has been suggested that this article or section be merged into Comparison of file archivers. ...
It has been suggested that List of file archivers be merged into this article or section. ...
External links |