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