summaryrefslogtreecommitdiff
path: root/man/zipcloak.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/zipcloak.1')
-rw-r--r--man/zipcloak.1111
1 files changed, 111 insertions, 0 deletions
diff --git a/man/zipcloak.1 b/man/zipcloak.1
new file mode 100644
index 0000000..8260b98
--- /dev/null
+++ b/man/zipcloak.1
@@ -0,0 +1,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