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 \r
26 <TR><TD><HR></TD></TR>\r
27 <TR><TD><A href="http://sourceforge.net/projects/sevenzip/"><IMG src="http://sourceforge.net/sflogo.php?group_id=14481&type=11" width=120 height=30 border=0 alt="7-Zip at SourceForge.net"></A></TD></TR>\r
28 <TR><TD><HR></TD></TR>\r
29 \r
30 </TABLE>\r
31 \r
32 <P>\r
33 <B>English</B><BR>\r
34 <A href="http://7zip.usb-drivers.org/">Afrikaans</A><BR>\r
35 <A href="http://7zip-ar.com/">Arabic</A><BR>\r
36 <A href="http://7-zip.hit.bg/">Bulgarian</A><BR>\r
37 <A href="http://sparanoid.com/lab/7z/">Chinese Simpl.</A><BR>\r
38 <A href="http://www.developershome.com/7-zip/">Chinese Trad.</A><BR>\r
39 <A href="http://7zip-eo.rnbastos.com/">Esperanto</A><BR>\r
40 <A href="http://www.spiroo.be/7zip/">French</A><BR>\r
41 <A href="http://www.7-zip.de/">German</A><BR>\r
42 <A href="http://7-zip.hu/">Hungarian</A><BR>\r
43 <A href="http://sevenzip.sourceforge.jp/">Japanese</A><BR>\r
44 <A href="http://7-zip.ir/">Persian</A><BR>\r
45 <A href="http://7-zip.org.pl/">Polish</A><BR>\r
46 <A href="http://7zip.rnbastos.com/">Portuguese Brazil</A><BR>\r
47 <A href="http://7-zip.org.ua/ru/">Russian</A><BR>\r
48 <A href="http://7-zip.com.mx">Spanish</A><BR>\r
49 <A href="http://7-zip.org.ua/">Ukrainian</A><BR>\r
50 </P>\r
51 \r
52           \r
53 </TD>\r
54 <TD valign="top">\r
55 \r
56 <H1>7z Format</H1>\r
57 \r
58 <P><B>7z</B> is the new archive format, providing high compression ratio.</P>\r
59 \r
60 <P>The main features of <B>7z</B> format:</P>\r
61 <UL>\r
62   <LI>Open architecture\r
63   <LI>High compression ratio\r
64   <LI>Strong AES-256 encryption\r
65   <LI>Ability of using any compression, conversion or encryption method\r
66   <LI>Supporting files with sizes up to 16000000000 GB\r
67   <LI>Unicode file names\r
68   <LI>Solid compressing\r
69   <LI>Archive headers compressing\r
70 </UL>\r
71 \r
72 <P><B>7z</B> has open architecture, so it can support any new compression methods.\r
73 Now the following methods are integrated to <B>7z</B>:</P>\r
74 \r
75 <TABLE cellspacing ="2" cellpadding ="4">\r
76   <TR> <TH class="Title" width="60">Method</TH> <TH class="Title">Description</TH></TR>\r
77   <TR> <TD class="Item">LZMA</TD> <TD class="Item">Improved and optimized version of LZ77 algorithm</TD></TR>\r
78   <TR> <TD class="Item">LZMA2</TD> <TD class="Item">Improved version of LZMA</TD></TR>\r
79   <TR> <TD class="Item">PPMD</TD> <TD class="Item">Dmitry Shkarin's PPMdH with small changes</TD></TR>\r
80   <TR> <TD class="Item">BCJ</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>\r
81   <TR> <TD class="Item">BCJ2</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>\r
82   <TR> <TD class="Item">BZip2</TD> <TD class="Item">Standard BWT algorithm</TD></TR>\r
83   <TR> <TD class="Item">Deflate</TD> <TD class="Item">Standard LZ77-based algorithm</TD></TR>\r
84 </TABLE>\r
85 \r
86 <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
87 <UL>\r
88   <LI>High compression ratio\r
89   <LI>Variable dictionary size (up to 4 GB)\r
90   <LI>Compressing speed: about 1 MB/s on 2 GHz CPU\r
91   <LI>Decompressing speed: about 10-20 MB/s on 2 GHz CPU\r
92   <LI>Small memory requirements for decompressing (depend from dictionary size)\r
93   <LI>Small code size for decompressing: about 5 KB\r
94   <LI>Supporting multi-threading and P4's hyper-threading\r
95 </UL>\r
96 \r
97 <P><B>LZMA</B> compression algorithm is very suitable for embedded applications.\r
98 <B>LZMA</B> is released under the terms of the GNU LGPL. <B>LZMA</B> is also \r
99 available under a proprietary license for those who can not use the GNU LGPL in \r
100 their code. If you want to use <B>LZMA</B> code, you can ask consultations, \r
101 custom code programming and required developer licenses \r
102 from page for support:\r
103 <A href="support.html">Send message to LZMA developer</A>.\r
104 Check also information about <A href ="sdk.html">LZMA SDK</A>.</P>\r
105 \r
106 <P>7-Zip also supports encryption with AES-256 algorithm. \r
107 This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip \r
108 uses derivation function based on SHA-256 hash algorithm.\r
109 A key derivation function produces a derived key from text password defined by user.\r
110 For increasing the cost of exhaustive search for passwords 7-Zip uses big number \r
111 of iterations to produce cipher key from text password.</P>\r
112 \r
113 <P><B>7z</B> is a part of <A href="./">7-Zip</A> program distributed under the GNU LGPL. \r
114 You can download <B>7-Zip</B> sources and binaries from <A href ="download.html">Download Page</A>.</P>\r
115 \r
116 <p>Applications that support <B>7z</B> archives: WinRAR, PowerArchiver, TUGZip, IZArc.</p>\r
117 \r
118 <p>Links:</p>\r
119 <ul>\r
120 <li><A href="http://en.wikipedia.org/wiki/7z">7z at Wikipedia</A></li>\r
121 </ul>\r
122 \r
123 \r
124 <HR>\r
125 <P><SMALL>Copyright (C) 2013 Igor Pavlov.</SMALL></P>\r
126 </TD></TR></TABLE>\r
127 \r
128 </BODY></HTML>\r