summaryrefslogtreecommitdiff
path: root/man/zipcloak.1
blob: 8260b98679c934593a0b0c5d53ec0457b41d2912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.TH zipcloak 1 "v3.0 of 8 May 2008"
.SH NAME
zipcloak \- encrypt entries in a zipfile

.SH SYNOPSIS
.I zipcloak
.RB [ \-d ]
.RB [ \-b\ path ]
.RB [ \-h ]
.RB [ \-v ]
.RB [ \-L ]
zipfile

.SH ARGUMENTS
.in +13
.ti -13
zipfile  Zipfile to encrypt entries in

.SH OPTIONS
.TP
.PD 0
.B \-b\ \fPpath
.TP
.PD
.B \-\-temp\-path \fPpath
Use the directory given by path for the temporary zip file.

.TP
.PD 0
.B \-d
.TP
.PD
.B \-\-decrypt
Decrypt encrypted entries (copy if given wrong password).

.TP
.PD 0
.B \-h
.TP
.PD
.B \-\-help\ 
Show a short help.

.TP
.PD 0
.B \-L
.TP
.PD
.B \-\-license
Show software license.

.TP
.PD 0
.B \-O\ \fPpath
.TP
.PD
.B \-\-output\-file\ \fPzipfile
Write output to new archive zipfile, leaving original archive as is.

.TP
.PD 0
.B \-q
.TP
.PD
.B \-\-quiet
Quiet operation.  Suppresses some informational messages.

.TP
.PD 0
.B \-v
.TP
.PD
.B \-\-version
Show version information.

.SH DESCRIPTION
.I zipcloak
encrypts all unencrypted entries in the zipfile.  This is the default action.

.TP
The \-d option is used to decrypt encrypted entries in the zipfile.

.TP
\fIzipcloak \fBuses original zip encryption which is considered weak.

.TP
Note:
The encryption code of this program is not copyrighted and is put in
the public domain.  It was originally written in Europe and can be freely
distributed from any country including the U.S.A.  (Previously if this
program was imported into the U.S.A, it could not be re-exported from
the U.S.A to another country.)  See the file README.CR included in the
source distribution for more on this.  Otherwise, the Info-ZIP license
applies.

.SH EXAMPLES
To be added.

.SH BUGS
Large files (> 2 GB) and large archives not yet supported.

Split archives not yet supported.  A work around is to convert the
split archive to a single-file archive using \fIzip\fP and then
use \fIzipcloak\fP on the single-file archive.  If needed, the
resulting archive can then be split again using \fIzip\fP.


.SH SEE ALSO
zip(1), unzip(1)
.SH AUTHOR
Info-ZIP