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 file x64 download
- ace x64 download
- zip x64 download
- bz2 x64 download
- encrypt x64 download
- backup x64 download
- extract 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: 355
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
Arix Archive 1.4 Build 1546
Arix Archive: Efficient, user-friendly document management and storage solution.
Freeware
DataNumen RAR Repair 4.0
DataNumen RAR Repair is a powerful tool to repair corrupt RAR or SFX archives.
Shareware | $49.95
tags: rar repair, repair rar, rar recovery, recover rar, fix rar, rar fix, corrupt rar, corrupted rar, damaged rar, rar corruption, rar, repair, recovery, recover, fix, archive, file, tool, utility, corrupt, corrupted, corruption, damaged, error, restore, rescue, sfx, files, data
SysInfo Archive Recovery Tool 20
Recover Corrupt ZIP, RAR, TAR, TARGz & 7z files by using Archive File Repair Too
Shareware | $59.00
PowerArchiver 2010 11.71.03
A powerful compression and decompression tool with a file browsing feature
Trialware | $19.95
Members area
Top 64-bit Downloads
-
HWiNFO64 6.28 B4200
x64 freeware download -
Windows 7 x64
x64 trialware download -
GRBackPro Server Backup
x64 11.2.0
x64 shareware download -
XtraTools Professional
x64 26.2.1
x64 shareware download -
EasyTune6 B24.0119.1
x64 freeware download -
BusDog x64 0.2
x64 freeware download -
PhotoRenamer 4.1
x64 freeware download -
CIB pdf brewer 4.20.0
x64 freeware download -
Windows 10 x64 22H2
x64 trialware download -
HWMonitor (64-bit) 1.53
x64 freeware download
Top Downloads
-
FreeCommander XE
Portable 2026 Build 941
freeware download -
FMDiff 4.0.5
demo download -
Open Files from XLSX to
XLS 5.2
shareware download -
FURY CTRL 2.0.65.0
freeware download -
Shell Tools 2.0.1
freeware download -
Vim 9.2.0219
open source download -
AnyMP4 Data Recovery 1.5.12
shareware download -
PCtransfer 1.0.0.1033
freeware download -
Software to Data
Recovery 5.8.4.1
shareware download -
Music Collection 3.9.7.1
freeware download -
WinFindr 1.8
shareware download -
File Compression 1.0
commercial download -
windows_exporter 0.31.5
open source download -
Caffeine 1.98
freeware download -
EaseUS Key Finder 4.1.6 Build 20240910
demo download










