Popular x64 Tags
- winzip x64 download
- arj x64 download
- winrar x64 download
- utility x64 download
- 7 zip x64 download
- unzip x64 download
- rpm x64 download
- convert x64 download
- zip x64 download
- ace x64 download
- zip file x64 download
- backup x64 download
- bz2 x64 download
- extract x64 download
- encrypt x64 download
- rar x64 download
- file x64 download
- free x64 download
- tar x64 download
- cab x64 download
- compression x64 download
- split x64 download
- archive x64 download
- archiver x64 download
- compress x64 download
- zip repair x64 download
- zips x64 download
- shrink x64 download
- corrupted zip files x64 download
- zipping x64 download
Lzip 1.22
Sponsored links:
license: Open Source
downloads: 321
size: 266 kB
updated: 2021-10-12
tags: lossless data compressor, LZMA algorithm implementation, integrity checker, compress, compression, compressor
Add to Basket
Antonio Diaz Diaz
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving.
The lzip file format (.lz) is an improved successor of the unsafe and deprecated lzma-alone file format (.lzma). Software tools that decompress both formats or can convert lzma-alone files to lzip format are listed below, in the Links section.
Lziprecover is a data recovery tool for lzip compressed files able to repair slightly damaged files, recover badly damaged files from two or more copies, and extract undamaged members from multi-member files. If the cause of file corruption is damaged media, the combination GNU ddrescue + lziprecover is the best option for recovering data from multiple damaged copies.
Lzip replaces every file given in the command line with a compressed version of itself, with the name "original_name.lz". Each compressed file has the same modification date, permissions, and, when possible, ownership as the corresponding original, so that these properties can be correctly restored at decompression time. Lzip is able to read from some types of non regular files if the "--stdout" option is specified.
If no file names are specified, lzip compresses (or decompresses) from standard input to standard output. In this case, lzip will decline to write compressed output to a terminal, as this would be entirely incomprehensible and therefore pointless.
Lzip will correctly decompress a file which is the concatenation of two or more compressed files. The result is the concatenation of the corresponding uncompressed files. Integrity testing of concatenated compressed files is also supported.
Lzip can produce multimember files and safely recover, with lziprecover, the undamaged members in case of file damage. Lzip can also split the compressed output in volumes of a given size, even when reading from standard input. This allows the direct creation of multivolume compressed tar archives.
Lzip will automatically use the smallest possible dictionary size without exceeding the given limit. It is important to appreciate that the decompression memory requirement is affected at compression time by the choice of dictionary size limit.
As a self-check for your protection, lzip stores in the member trailer the 32-bit CRC of the original data and the size of the original data, to make sure that the decompressed version of the data is identical to the original. This guards against corruption of the compressed data, and against undetected bugs in lzip (hopefully very unlikely). The chances of data corruption going undetected are microscopic, less than one chance in 4000 million for each member processed. Be aware, though, that the check occurs upon decompression, so it can only tell you that something is wrong. It can't help you recover the original uncompressed data.
Lzip implements a simplified version of the LZMA (Lempel-Ziv-Markov chain-Algorithm) algorithm. The high compression of LZMA comes from combining two basic, well-proven compression ideas: sliding dictionaries (LZ77/78) and markov models (the thing used by every compression algorithm that uses a range encoder or similar order-0 entropy coder as its last stage) with segregation of contexts according to what the bits are used for.
The ideas embodied in lzip are due to (at least) the following people: Abraham Lempel and Jacob Ziv (for the LZ algorithm), Andrey Markov (for the definition of Markov chains), G.N.N. Martin (for the definition of range encoding), Igor Pavlov (for putting all the above together in LZMA), and Julian Seward (for bzip2's CLI and the idea of unzcrash).
The lzip file format (.lz) is an improved successor of the unsafe and deprecated lzma-alone file format (.lzma). Software tools that decompress both formats or can convert lzma-alone files to lzip format are listed below, in the Links section.
Lziprecover is a data recovery tool for lzip compressed files able to repair slightly damaged files, recover badly damaged files from two or more copies, and extract undamaged members from multi-member files. If the cause of file corruption is damaged media, the combination GNU ddrescue + lziprecover is the best option for recovering data from multiple damaged copies.
Lzip replaces every file given in the command line with a compressed version of itself, with the name "original_name.lz". Each compressed file has the same modification date, permissions, and, when possible, ownership as the corresponding original, so that these properties can be correctly restored at decompression time. Lzip is able to read from some types of non regular files if the "--stdout" option is specified.
If no file names are specified, lzip compresses (or decompresses) from standard input to standard output. In this case, lzip will decline to write compressed output to a terminal, as this would be entirely incomprehensible and therefore pointless.
Lzip will correctly decompress a file which is the concatenation of two or more compressed files. The result is the concatenation of the corresponding uncompressed files. Integrity testing of concatenated compressed files is also supported.
Lzip can produce multimember files and safely recover, with lziprecover, the undamaged members in case of file damage. Lzip can also split the compressed output in volumes of a given size, even when reading from standard input. This allows the direct creation of multivolume compressed tar archives.
Lzip will automatically use the smallest possible dictionary size without exceeding the given limit. It is important to appreciate that the decompression memory requirement is affected at compression time by the choice of dictionary size limit.
As a self-check for your protection, lzip stores in the member trailer the 32-bit CRC of the original data and the size of the original data, to make sure that the decompressed version of the data is identical to the original. This guards against corruption of the compressed data, and against undetected bugs in lzip (hopefully very unlikely). The chances of data corruption going undetected are microscopic, less than one chance in 4000 million for each member processed. Be aware, though, that the check occurs upon decompression, so it can only tell you that something is wrong. It can't help you recover the original uncompressed data.
Lzip implements a simplified version of the LZMA (Lempel-Ziv-Markov chain-Algorithm) algorithm. The high compression of LZMA comes from combining two basic, well-proven compression ideas: sliding dictionaries (LZ77/78) and markov models (the thing used by every compression algorithm that uses a range encoder or similar order-0 entropy coder as its last stage) with segregation of contexts according to what the bits are used for.
The ideas embodied in lzip are due to (at least) the following people: Abraham Lempel and Jacob Ziv (for the LZ algorithm), Andrey Markov (for the definition of Markov chains), G.N.N. Martin (for the definition of range encoding), Igor Pavlov (for putting all the above together in LZMA), and Julian Seward (for bzip2's CLI and the idea of unzcrash).
OS: Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64
Add Your Review or 64-bit Compatibility Report
Top File Compression 64-bit downloads
PeaZip 64 bit 10.1.0
Free ZIP software, extract RAR 7Z CAB ISO TAR ZIP ZIPX files, 200+ formats
Freeware
Express Zip Compression Software Free 11.25
File Compression Software. Create, manage and extract zipped files and folders.
Freeware
Free UPX 2.4
Advanced graphical interface for the UPX (Ultimate Packer for eXecutables)
Freeware
tags: UPX, Free UPX, EXE packer, EXE compressor, DLL packer, compression, decompression, OCX, BPL, AsPack, 64-bit exe, Win64/PE
WinRAR (x64) 7.01
Powerful tool which allows you to create, manage and control archive files
Trialware | $29.00
PowerArchiver 2015 15.04.03
A powerful compression and decompression tool with a file browsing feature
Trialware | $19.95
Members area
Top 64-bit Downloads
-
Windows 10 x64 22H2
x64 trialware download -
PKZIP 64-bit 14.40.0028
x64 trialware download -
Windows 8 x64 RTM Build 9200
x64 trialware download -
Portable UltraSearch 4.1.1.910
x64 freeware download -
Windows 7 x64
x64 trialware download -
NiceCopier x64 13.02.03
x64 open source download -
WinReducer 10.0 3.1.0.0
x64 freeware download -
Hexinator 1.8
x64 demo download -
GSview x64 5.0
x64 freeware download -
XtraTools Professional
x64 24.10.1
x64 shareware download
Top Downloads
-
FreeCommander 2009.02
freeware download -
Windows 10 x64 22H2
trialware download -
BreeZip: Rar, Zip &
7z Extractor 1.3.18
freeware download -
Outbyte PC Repair 1.1.2.58265
shareware download -
PKZIP 64-bit 14.40.0028
trialware download -
FreeCommander XE
Portable 2024 B901
freeware download -
USB Redirector Client 6.12
freeware download -
BlueStacks 5 5.21.210.1023
freeware download -
Windows 8 x64 RTM Build 9200
trialware download -
Caffeine 1.97
freeware download -
Speccy 1.32.740
freeware download -
DriverIdentifier
Portable 5.2
freeware download -
Convert Outlook to EML
File 3.1
shareware download -
WIDCOMM Bluetooth 6.2.1.100
freeware download -
MoonSols Windows Memory
Toolkit 1.0
freeware download