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-es.updatestar.com/">Spanish</A><BR>\r
37 <A href="http://7zip-thai.inetbridge.net/">Thai</A><BR>\r
38 <A href="http://7zip-vi.updatestar.com/">Vietnamese</A><BR>\r
39 </P>\r
40 \r
41 </TD>\r
42 <TD valign="top">\r
43 \r
44 <H1>7z Format</H1>\r
45 \r
46 <P><B>7z</B> is the new archive format, providing high compression ratio.</P>\r
47 \r
48 <P>The main features of <B>7z</B> format:</P>\r
49 <UL>\r
50   <LI>Open architecture\r
51   <LI>High compression ratio\r
52   <LI>Strong AES-256 encryption\r
53   <LI>Ability of using any compression, conversion or encryption method\r
54   <LI>Supporting files with sizes up to 16000000000 GB\r
55   <LI>Unicode file names\r
56   <LI>Solid compressing\r
57   <LI>Archive headers compressing\r
58 </UL>\r
59 \r
60 <P><B>7z</B> has open architecture, so it can support any new compression methods.\r
61 Now the following methods are integrated to <B>7z</B>:</P>\r
62 \r
63 <TABLE cellspacing ="2" cellpadding ="4">\r
64   <TR> <TH class="Title" width="60">Method</TH> <TH class="Title">Description</TH></TR>\r
65   <TR> <TD class="Item">LZMA</TD> <TD class="Item">Improved and optimized version of LZ77 algorithm</TD></TR>\r
66   <TR> <TD class="Item">LZMA2</TD> <TD class="Item">Improved version of LZMA</TD></TR>\r
67   <TR> <TD class="Item">PPMD</TD> <TD class="Item">Dmitry Shkarin's PPMdH with small changes</TD></TR>\r
68   <TR> <TD class="Item">BCJ</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>\r
69   <TR> <TD class="Item">BCJ2</TD> <TD class="Item">Converter for 32-bit x86 executables</TD></TR>\r
70   <TR> <TD class="Item">BZip2</TD> <TD class="Item">Standard BWT algorithm</TD></TR>\r
71   <TR> <TD class="Item">Deflate</TD> <TD class="Item">Standard LZ77-based algorithm</TD></TR>\r
72 </TABLE>\r
73 \r
74 <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
75 <UL>\r
76   <LI>High compression ratio\r
77   <LI>Variable dictionary size (up to 4 GB)\r
78   <LI>Compressing speed: about 1 MB/s on 2 GHz CPU\r
79   <LI>Decompressing speed: about 10-20 MB/s on 2 GHz CPU\r
80   <LI>Small memory requirements for decompressing (depend from dictionary size)\r
81   <LI>Small code size for decompressing: about 5 KB\r
82   <LI>Supporting multi-threading and P4's hyper-threading\r
83 </UL>\r
84 \r
85 <P><B>LZMA</B> compression algorithm is very suitable for embedded applications.\r
86 <B>LZMA</B> is released under the terms of the GNU LGPL. <B>LZMA</B> is also \r
87 available under a proprietary license for those who can not use the GNU LGPL in \r
88 their code. If you want to use <B>LZMA</B> code, you can ask consultations, \r
89 custom code programming and required developer licenses \r
90 from page for support:\r
91 <A href="support.html">Send message to LZMA developer</A>.\r
92 Check also information about <A href ="sdk.html">LZMA SDK</A>.</P>\r
93 \r
94 <P>7-Zip also supports encryption with AES-256 algorithm. \r
95 This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip \r
96 uses derivation function based on SHA-256 hash algorithm.\r
97 A key derivation function produces a derived key from text password defined by user.\r
98 For increasing the cost of exhaustive search for passwords 7-Zip uses big number \r
99 of iterations to produce cipher key from text password.</P>\r
100 \r
101 <P><B>7z</B> is a part of <A href="./">7-Zip</A> program distributed under the GNU LGPL. \r
102 You can download <B>7-Zip</B> sources and binaries from <A href ="download.html">Download Page</A>.</P>\r
103 \r
104 <p>Applications that support <B>7z</B> archives: WinRAR, PowerArchiver, TUGZip, IZArc.</p>\r
105 \r
106 <p>Links:</p>\r
107 <ul>\r
108 <li><A href="http://en.wikipedia.org/wiki/7z">7z at Wikipedia</A></li>\r
109 </ul>\r
110 \r
111 \r
112 <HR>\r
113 <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
114 </TD></TR></TABLE>\r
115 \r
116 </BODY></HTML>\r