123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .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
|