English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-11-09 01:02:06 · 3 answers · asked by Seçkin A 2 in Computers & Internet Programming & Design

3 answers

Winrar follows 7-zip format. 7z is the new archive format, providing high compression ratio.

(a) The main features of 7z format:

Open architecture
High compression ratio
Strong AES-256 encryption
Ability of using any compression, conversion or encryption method
Supporting files with sizes up to 16000000000 GB
Unicode file names
Solid compressing
Archive headers compressing

(b) 7z has open architecture, so it can support any new compression methods. Now the following methods are integrated to 7z:


LZMA -Improved and optimized version of LZ77 algorithm
PPMD- Dmitry Shkarin's PPMdH with small changes
BCJ - Converter for 32-bit x86 executables
BCJ2 - Converter for 32-bit x86 executables
BZip2 - Standard BWT algorithm
Deflate - Standard LZ77-based algorithm
____________________________________________
LZMA is default and general compression method of 7z format. The main features of LZMA method:

High compression ratio
Variable dictionary size (up to 4 GB)
Compressing speed: about 1 MB/s on 2 GHz CPU
Decompressing speed: about 10-20 MB/s on 2 GHz CPU
Small memory requirements for decompressing (depend from dictionary size)
Small code size for decompressing: about 5 KB
Supporting multi-threading and P4's hyper-threading
LZMA compression algorithm is very suitable for embedded applications. LZMA is released under the terms of the GNU LGPL. LZMA is also available under a proprietary license for those who can not use the GNU LGPL in their code. If you want to use LZMA code, you can ask consultations, custom code programming and required developer licenses from page for support: Send message to LZMA developer. Check also information about LZMA SDK.

7-Zip also supports encryption with AES-256 algorithm. This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip uses derivation function based on SHA-256 hash algorithm. A key derivation function produces a derived key from text password defined by user. For increasing the cost of exhaustive search for passwords 7-Zip uses big number of iterations to produce cipher key from text password.

2006-11-09 02:08:31 · answer #1 · answered by Innocence Redefined 5 · 0 0

WinRAR is a powerful archive manager. It can backup your data and reduce size of email attachments, decompress RAR, ZIP and other files downloaded from Internet and create new archives in RAR and ZIP file format.you even add password

2006-11-09 09:10:43 · answer #2 · answered by SARATH C 3 · 0 0

it is a compression of binaries, they recode and recode the binary source to their own algorithm, atm 7-zip seems to be good, but i like winrar as you can open practically anything with it

2006-11-09 09:11:29 · answer #3 · answered by nitr021 2 · 0 0

fedest.com, questions and answers