PGP(1) | General Commands Manual | PGP(1) |
pgpgpg - wrapper around Gnu Privacy Guard that takes Pretty Good Privacy command line options
pgpgpg [options] pgpfile
pgpgpg -e [options] file user ...
PGPGPG is a wrapper that allows calls to GnuPG (Gnu Privacy Guard) using the command line options of .PGP (Pretty Good Privacy). PGP and GnuPG are encryption programs with high security encryption engines. However, PGP is available without a fee but is not really free software. GnuPG on the other hand is really free software and has additionally features but with a different command line syntax than PGP.
The goal of pgpgpg is to plug in a command line syntax in front of GnuPG equal to PGP 2.6.
The following options are supported by pgpgpg notice that long options do not use the usual GNU syntax (--) but, instead are of the form +option[=value].
The following options are ignored or unsupported: ++armorlines, +autosign, +bakring, +interactive, +keepbinary, +language, +legal_kludge, +nomanual, +pager, +randseed, +tmp and +tzfix.
PGPGPG does not currently provide an online help (-h
or -?) and will not show a summary of commands, as PGP does, when
typing:
pgp -k
The following options are not documented (yet): +batchmode, +cert_depth, +charset, +encrypttoself, +force, +clearsig, +comment, +completes_needed, +compress, +marginals_needed, +pubring, +secring, +textmode and +verbose.
PGP was originally written by Philip R. Zimmermann. PGPGPG was written by Michael Roth.
This manpage was written by Javier Fernandez-Sanguino for the Debian distribution (but may be used by others) by glancing at PGP's manpage and the source code from PGPGPG (pgpopts.c)
PGPGPG Version 0.13 |