home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / software / servis / Pgp31 / pgpv.doc < prev   
Text File  |  1998-03-10  |  2KB  |  51 lines

  1.  
  2. PGP(5.0)                         User Manual                         PGP(5.0)
  3.  
  4. NAME
  5.   pgpv - Decrypts and Verifies messages.
  6.  
  7. SYNOPSIS
  8.   pgpv [-fmqv] [-z|-zs] [-o <outfile>] file ...
  9.  
  10. DESCRIPTION
  11.   pgpv Decrypts and verifies files encrypted and/or signed by PGP.
  12.  
  13. OPTIONS
  14.   All configuration options can be controlled from the command line.  See
  15.   pgp.cfg(5) for a complete list and how to specify them.
  16.  
  17.   -f   Stream mode.  Accepts input on stdin and places output on stdout.  If
  18.        no files are specified as arguments, pgp executes in this mode by
  19.        default.
  20.  
  21.   -o outfile
  22.        Specifies that output should go to outfile.  If not specified, output
  23.        goes to the default filename.  The default filename for each input
  24.        file is the input filename with the ".pgp" ".asc" or ".sig" removed.
  25.        It is an error to specify multiple input files with this option.
  26.  
  27.   -m   More mode.  Displays message output with PGP's internal pager, or the
  28.        Pager specified in your pgp.cfg(5) file.
  29.  
  30.   -z   Batch mode.  See pgp-integration(7) for a discussion of integrating
  31.        pgp support into your application.
  32.  
  33. EXAMPLE
  34.   pgpv document.txt.asc
  35.        Decrypts and/or verifies the file document.txt.asc.  The resultant
  36.        file will be document.txt.
  37.  
  38. FILES
  39.   ~/.pgp/pgp.cfg
  40.        User-specific configuration file.  In previous releases, this file was
  41.        called config.txt.  See pgp.cfg(5) for further details.
  42.  
  43. BUGS
  44.        See pgp(1).
  45.  
  46. SEE ALSO
  47.   pgp(1), pgpv(1), pgpe(1), pgpk(1),
  48.   pgp.cfg(5),
  49.   pgp-integration(7), http://www.pgp.com (US versions) and
  50.   http://www.pgpi.com (International versions)
  51.