OSDN Git Service

mirror .org
[sevenzip/7-Zip.git] / www.7-zip.org / 7z.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
2 <HTML><HEAD>\r
3 <META http-equiv="CONTENT-TYPE" content="TEXT/HTML; CHARSET=UTF-8">\r
4 <LINK href="/style.css" rel="stylesheet" type="text/css">\r
5 <TITLE>7z Format</TITLE>\r
6 <META name="keywords" content="7z, lzma, 7-zip, archiver, free, compression, zip, \r
7 best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names">\r
8 </HEAD>\r
9 <BODY>\r
10 <TABLE cellspacing=10 cellpadding=10 border=0 width="100%"><TR>\r
11 <TD class="MenuColumn" valign="top">\r
12 <TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
13 <TR><TD><IMG width=110 height=63 src="/7ziplogo.png" alt="7-Zip" border=0></TD></TR>\r
14 <TR><TD><HR></TD></TR></TABLE>\r
15 <TABLE cellpadding="2" cellspacing="0" border="0">\r
16 <TR><TD><A href="./" class="MenuLink">Home</A></TD></TR>\r
17 <TR><TD><SPAN class="MenuCurrent">7z Format</SPAN></TD></TR>\r
18 <TR><TD><A href="sdk.html" class="MenuLink">LZMA SDK</A></TD></TR>\r
19 <TR><TD><A href="download.html" class="MenuLink">Download</A></TD></TR>\r
20 <TR><TD><A href="faq.html" class="MenuLink">FAQ</A></TD></TR>\r
21 <TR><TD><A href="support.html" class="MenuLink">Support</A></TD></TR>\r
22 <TR><TD><A href="links.html" class="MenuLink">Links</A></TD></TR>\r
23 </TABLE>\r
24 <TABLE cellpadding=2 cellspacing=0 border=0 width="100%">\r
25 <TR><TD><HR></TD></TR>\r
26 </TABLE>\r
27 \r
28 <P>\r
29 <B>English</B><BR>\r
30 <A href="http://sparanoid.com/lab/7z/">Chinese Simpl.</A><BR>\r
31 <A href="http://www.developershome.com/7-zip/">Chinese Trad.</A><BR>\r
32 <A href="http://7zip-eo.rnbastos.com/">Esperanto</A><BR>\r
33 <A href="http://www.spiroo.be/7zip/">French</A><BR>\r
34 <A href="https://sevenzip.osdn.jp/">Japanese</A><BR>\r
35 <A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
36 <A href="http://7zip-thai.inetbridge.net/">Thai</A><BR>\r
37 <A href="http://7zip-vi.updatestar.com/">Vietnamese</A><BR>\r
38 </P>\r
39 \r
40 </TD>\r
41 <TD valign="top">\r
42 \r
43 <H1>7z Format</H1>\r
44 \r
45 <P><B>7z</B> is the new archive format, providing high compression ratio.</P>\r
46 \r
47 <P>The main features of <B>7z</B> format:</P>\r
48 <UL>\r
49   <LI>Open architecture\r
50   <LI>High compression ratio\r
51   <LI>Strong AES-256 encryption\r
52   <LI>Ability of using any compression, conversion or encryption method\r
53   <LI>Supporting files with sizes up to 16000000000 GB\r
54   <LI>Unicode file names\r
55   <LI>Solid compressing\r
56   <LI>Archive headers compressing\r
57 </UL>\r
58 \r
59 <P><B>7z</B> has open architecture, so it can support any new compression methods.\r
60 Now the following methods are integrated to <B>7z</B>:</P>\r
61 \r
62 <TABLE cellspacing ="2" cellpadding ="4">\r
63   <TR> <TH class="Title" width="60">Method</TH> <TH class="Title">Description</TH></TR>\r
64   <TR> <TD class="Item">LZMA</TD> <TD class="Item">Improved and optimized version of LZ77 algorithm</TD></TR>\r
65   <TR> <TD class="Item">LZMA2</TD> <TD class="Item">Improved version of LZMA</TD></TR>\r
66   <TR> <TD class="Item">PPMD</TD> <TD class="Item">Dmitry Shkarin's PPMdH with small changes</TD></TR>\r
67   <TR> <TD class="Item">BCJ</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>\r
68   <TR> <TD class="Item">BCJ2</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>\r
69   <TR> <TD class="Item">BZip2</TD> <TD class="Item">Standard BWT algorithm</TD></TR>\r
70   <TR> <TD class="Item">Deflate</TD> <TD class="Item">Standard LZ77-based algorithm</TD></TR>\r
71 </TABLE>\r
72 \r
73 <P><B>LZMA</B> is default and general compression method of <B>7z</B> format. The main features of <B>LZMA</B> method:</P>\r
74 <UL>\r
75   <LI>High compression ratio\r
76   <LI>Variable dictionary size (up to 4 GB)\r
77   <LI>Compressing speed: about 1 MB/s on 2 GHz CPU\r
78   <LI>Decompressing speed: about 10-20 MB/s on 2 GHz CPU\r
79   <LI>Small memory requirements for decompressing (depend from dictionary size)\r
80   <LI>Small code size for decompressing: about 5 KB\r
81   <LI>Supporting multi-threading and P4's hyper-threading\r
82 </UL>\r
83 \r
84 <P><B>LZMA</B> compression algorithm is very suitable for embedded applications.\r
85 <B>LZMA</B> is released under the terms of the GNU LGPL. <B>LZMA</B> is also \r
86 available under a proprietary license for those who can not use the GNU LGPL in \r
87 their code. If you want to use <B>LZMA</B> code, you can ask consultations, \r
88 custom code programming and required developer licenses \r
89 from page for support:\r
90 <A href="support.html">Send message to LZMA developer</A>.\r
91 Check also information about <A href ="sdk.html">LZMA SDK</A>.</P>\r
92 \r
93 <P>7-Zip also supports encryption with AES-256 algorithm. \r
94 This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip \r
95 uses derivation function based on SHA-256 hash algorithm.\r
96 A key derivation function produces a derived key from text password defined by user.\r
97 For increasing the cost of exhaustive search for passwords 7-Zip uses big number \r
98 of iterations to produce cipher key from text password.</P>\r
99 \r
100 <P><B>7z</B> is a part of <A href="./">7-Zip</A> program distributed under the GNU LGPL. \r
101 You can download <B>7-Zip</B> sources and binaries from <A href ="download.html">Download Page</A>.</P>\r
102 \r
103 <p>Applications that support <B>7z</B> archives: WinRAR, PowerArchiver, TUGZip, IZArc.</p>\r
104 \r
105 <p>Links:</p>\r
106 <ul>\r
107 <li><A href="http://en.wikipedia.org/wiki/7z">7z at Wikipedia</A></li>\r
108 </ul>\r
109 \r
110 \r
111 <HR>\r
112 <P><SMALL>Copyright (C) 2018 Igor Pavlov. The site is hosted at <A href="https://www.digitalocean.com/?refcode=cab893b82fa8">Digital Ocean</A> </SMALL></P>\r
113 </TD></TR></TABLE>\r
114 \r
115 </BODY></HTML>\r