197 lines
4.4 KiB
HTML
197 lines
4.4 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of GPG-ZIP</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>GPG-ZIP</H1>
|
|
Section: User Commands (1)<BR>Updated: November 2006<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<P>
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
gpg-zip - encrypt or sign files into an archive
|
|
<P>
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>gpg-zip</B>
|
|
|
|
[<B>OPTIONS</B>]
|
|
|
|
<I>filename1</I> [<I>filename2, ...</I>]
|
|
|
|
<I>directory1</I> [<I>directory2, ...</I>]
|
|
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
This manual page documents briefly the
|
|
<B>gpg-zip</B>
|
|
|
|
command.
|
|
<P>
|
|
|
|
<B>gpg-zip</B>
|
|
|
|
IS DEPRECATED. PLEASE USE <A HREF="/cgi-bin/man/man2html?1+gpgtar">gpgtar</A>(1) instead.
|
|
<P>
|
|
|
|
<B>gpg-zip</B>
|
|
|
|
encrypts or signs files into an archive. It is an gpg-ized tar using the
|
|
same format as PGP's PGP Zip.
|
|
<P>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1"><B>-e</B>, <B>--encrypt</B>
|
|
|
|
<DD>
|
|
Encrypt data. This option may be combined with
|
|
<B>--symmetric</B>
|
|
|
|
(for output that may be decrypted via a secret key or a passphrase).
|
|
<DT id="2"><B>-d</B>, <B>--decrypt</B>
|
|
|
|
<DD>
|
|
Decrypt data.
|
|
<DT id="3"><B>-c</B>, <B>--symmetric</B>
|
|
|
|
<DD>
|
|
Encrypt with a symmetric cipher using a passphrase. The default
|
|
symmetric cipher used is CAST5, but may be chosen with the
|
|
<B>--cipher-algo</B>
|
|
|
|
option to
|
|
<B><A HREF="/cgi-bin/man/man2html?1+gpg">gpg</A></B>(1).
|
|
|
|
<DT id="4"><B>-s</B>, <B>--sign</B>
|
|
|
|
<DD>
|
|
Make a signature. See
|
|
<B><A HREF="/cgi-bin/man/man2html?1+gpg">gpg</A></B>(1).
|
|
|
|
<DT id="5"><B>-r</B>, <B>--recipient</B> <I>USER</I>
|
|
|
|
<DD>
|
|
Encrypt for user id <I>USER</I>. See
|
|
<B><A HREF="/cgi-bin/man/man2html?1+gpg">gpg</A></B>(1).
|
|
|
|
<DT id="6"><B>-u</B>, <B>--local-user</B> <I>USER</I>
|
|
|
|
<DD>
|
|
Use <I>USER</I> as the key to sign with. See
|
|
<B><A HREF="/cgi-bin/man/man2html?1+gpg">gpg</A></B>(1).
|
|
|
|
<DT id="7"><B>--list-archive</B>
|
|
|
|
<DD>
|
|
List the contents of the specified archive.
|
|
<DT id="8"><B>-o</B>, <B>--output</B> <B></B><I>FILE</I>
|
|
|
|
<DD>
|
|
Write output to specified file
|
|
<I>FILE</I>.
|
|
|
|
<DT id="9"><B>--gpg</B><I> GPG</I>
|
|
|
|
<DD>
|
|
Use the specified command instead of
|
|
<B>gpg</B>.
|
|
|
|
<DT id="10"><B>--gpg-args</B><I> ARGS</I>
|
|
|
|
<DD>
|
|
Pass the specified options to
|
|
<B><A HREF="/cgi-bin/man/man2html?1+gpg">gpg</A></B>(1).
|
|
|
|
<DT id="11"><B>--tar</B><I> TAR</I>
|
|
|
|
<DD>
|
|
Use the specified command instead of
|
|
<B>tar</B>.
|
|
|
|
<DT id="12"><B>--tar-args</B><I> ARGS</I>
|
|
|
|
<DD>
|
|
Pass the specified options to
|
|
<B><A HREF="/cgi-bin/man/man2html?1+tar">tar</A></B>(1).
|
|
|
|
<DT id="13"><B>-h</B>, <B>--help</B>
|
|
|
|
<DD>
|
|
Output a short usage information.
|
|
<DT id="14"><B>--version</B>
|
|
|
|
<DD>
|
|
Output the program version.
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>DIAGNOSTICS</H2>
|
|
|
|
The program returns <B>0</B> if everything was fine, <B>1</B> otherwise.
|
|
<P>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>EXAMPLES</H2>
|
|
|
|
Encrypt the contents of directory <I>mydocs</I> for user Bob to file <I>test1</I>:
|
|
<DL COMPACT>
|
|
<DT id="15"><DD>
|
|
<B>gpg-zip --encrypt --output test1 --gpg-args -r Bob mydocs</B>
|
|
|
|
</DL>
|
|
<P>
|
|
|
|
List the contents of archive <I>test1</I>:
|
|
<DL COMPACT>
|
|
<DT id="16"><DD>
|
|
<B>gpg-zip --list-archive test1</B>
|
|
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+gpg">gpg</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+gpgtar">gpgtar</A></B>(1),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+tar">tar</A></B>(1)
|
|
|
|
<P>
|
|
<A NAME="lbAI"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
Copyright (C) 2005 Free Software Foundation, Inc. Please report bugs to
|
|
<<A HREF="mailto:bug-gnupg@gnu.org">bug-gnupg@gnu.org</A>>.
|
|
<P>
|
|
This manpage was written by <B>Colin Tuckley</B> <<A HREF="mailto:colin@tuckley.org">colin@tuckley.org</A>>
|
|
and <B>Daniel Leidert</B> <<A HREF="mailto:daniel.leidert@wgdd.de">daniel.leidert@wgdd.de</A>> for the Debian
|
|
distribution (but may be used by others).
|
|
<P>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="17"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="18"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="19"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="20"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="21"><A HREF="#lbAF">DIAGNOSTICS</A><DD>
|
|
<DT id="22"><A HREF="#lbAG">EXAMPLES</A><DD>
|
|
<DT id="23"><A HREF="#lbAH">SEE ALSO</A><DD>
|
|
<DT id="24"><A HREF="#lbAI">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:15 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|