DragonFly On-Line Manual Pages
PGPPIPE(1) DragonFly General Commands Manual PGPPIPE(1)
NAME
pgppipe - decrypt PGP messages
SYNOPSIS
pgppipe
DESCRIPTION
The pgppipe programme will decrypt ASCII armour PGP messages, without
the need for a passphrase. It uses PGPdaemon to actually perform the
decryption. pgppipe is simply a front-end to PGPdaemon. PGPdaemon is
part of the PGPsendmail/Unix Suite. pgppipe will read the standard
input for the encrypted message and will write the decrypted message to
the standard output. pgppipe is able to cope with multiple encrypted
messages within the input.
FILES
$PGPPATH/secring.pgp the users' secret keyring file
pgpsendmail/doc/README.PGPdaemon
distribution README (has more info.)
BUGS
pgppipe does not cope with improperly terminated PGP message blocks.
Any data after an unterminated message block is lost.
SEE ALSO
sendmail(8), pgp(1), pgpsendmail(8), pgpdaemon(1), sendpgppass(1)
AUTHOR
Richard Gooch (rgooch@atnf.csiro.au)
AVAILABILITY
The PGPsendmail/Unix Suite is available for anonymous ftp from:
ftp.atnf.csiro.au:pub/people/rgooch
ftp.dhp.com:pub/crypto/pgp/PGPsendmail
ftp.ox.ac.uk:pub/crypto/pgp/utils
linux.nrao.edu:pub/src/pgp/PGPsendmail
PGPsendmail/Unix Suite 8 Dec 1994 PGPPIPE(1)