182 lines
3.5 KiB
HTML
182 lines
3.5 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of zipcloak</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>zipcloak</H1>
|
|
Section: User Commands (1)<BR>Updated: v3.0 of 8 May 2008<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
zipcloak - encrypt entries in a zipfile
|
|
<P>
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<I>zipcloak</I>
|
|
|
|
[<B>-d</B>]
|
|
|
|
[<B>-b path</B>]
|
|
|
|
[<B>-h</B>]
|
|
|
|
[<B>-v</B>]
|
|
|
|
[<B>-L</B>]
|
|
|
|
zipfile
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>ARGUMENTS</H2>
|
|
|
|
|
|
<BR>
|
|
|
|
zipfile Zipfile to encrypt entries in
|
|
<P>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">
|
|
<DD>
|
|
<B>-b </B>path
|
|
|
|
<DT id="2">
|
|
<DD>
|
|
<B>--temp-path </B>path
|
|
|
|
Use the directory given by path for the temporary zip file.
|
|
<P>
|
|
<DT id="3">
|
|
<DD>
|
|
<B>-d</B>
|
|
|
|
<DT id="4">
|
|
<DD>
|
|
<B>--decrypt</B>
|
|
|
|
Decrypt encrypted entries (copy if given wrong password).
|
|
<P>
|
|
<DT id="5">
|
|
<DD>
|
|
<B>-h</B>
|
|
|
|
<DT id="6">
|
|
<DD>
|
|
<B>--help </B>
|
|
|
|
Show a short help.
|
|
<P>
|
|
<DT id="7">
|
|
<DD>
|
|
<B>-L</B>
|
|
|
|
<DT id="8">
|
|
<DD>
|
|
<B>--license</B>
|
|
|
|
Show software license.
|
|
<P>
|
|
<DT id="9">
|
|
<DD>
|
|
<B>-O </B>path
|
|
|
|
<DT id="10">
|
|
<DD>
|
|
<B>--output-file </B>zipfile
|
|
|
|
Write output to new archive zipfile, leaving original archive as is.
|
|
<P>
|
|
<DT id="11">
|
|
<DD>
|
|
<B>-q</B>
|
|
|
|
<DT id="12">
|
|
<DD>
|
|
<B>--quiet</B>
|
|
|
|
Quiet operation. Suppresses some informational messages.
|
|
<P>
|
|
<DT id="13">
|
|
<DD>
|
|
<B>-v</B>
|
|
|
|
<DT id="14">
|
|
<DD>
|
|
<B>--version</B>
|
|
|
|
Show version information.
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<I>zipcloak</I>
|
|
|
|
encrypts all unencrypted entries in the zipfile. This is the default action.
|
|
<P>
|
|
<DL COMPACT>
|
|
<DT id="15">The -d option is used to decrypt encrypted entries in the zipfile.<DD>
|
|
<P>
|
|
<DT id="16"><I>zipcloak </I><B>uses original zip encryption which is considered weak.<DD>
|
|
<P>
|
|
<DT id="17">Note:<DD>
|
|
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.
|
|
<P>
|
|
</DL>
|
|
</B><A NAME="lbAG"> </A>
|
|
<H2>EXAMPLES</H2>
|
|
|
|
To be added.
|
|
<P>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>BUGS</H2>
|
|
|
|
Large files (> 2 GB) and large archives not yet supported.
|
|
<P>
|
|
Split archives not yet supported. A work around is to convert the
|
|
split archive to a single-file archive using <I>zip</I> and then
|
|
use <I>zipcloak</I> on the single-file archive. If needed, the
|
|
resulting archive can then be split again using <I>zip</I>.
|
|
<P>
|
|
<P>
|
|
<A NAME="lbAI"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<A HREF="/cgi-bin/man/man2html?1+zip">zip</A>(1), <A HREF="/cgi-bin/man/man2html?1+unzip">unzip</A>(1)
|
|
<A NAME="lbAJ"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
Info-ZIP
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="18"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="19"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="20"><A HREF="#lbAD">ARGUMENTS</A><DD>
|
|
<DT id="21"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="22"><A HREF="#lbAF">DESCRIPTION</A><DD>
|
|
<DT id="23"><A HREF="#lbAG">EXAMPLES</A><DD>
|
|
<DT id="24"><A HREF="#lbAH">BUGS</A><DD>
|
|
<DT id="25"><A HREF="#lbAI">SEE ALSO</A><DD>
|
|
<DT id="26"><A HREF="#lbAJ">AUTHOR</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:31 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|