home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / pgprex12.zip / readme.en < prev   
Text File  |  1996-08-07  |  2KB  |  42 lines

  1. PGPREXX 1.2                   July 24, 1996
  2. -------------------------------------------
  3.    This is version 1.2 of PGPREXX, a package of seven
  4. REXX scripts to give PGP functionality to any OS/2 mail program. It has
  5. been written by Lüko Willms in Frankfurt/Main, Germany,
  6. e-mail <Lueko.Willms@T-Online.de>. Copyright reserved.
  7.  
  8.  
  9.     There are seven REXX scripts in this package:
  10.  PGPenCod.CMD   - signs and encodes any outgoing message
  11.  PGPdeCod.CMD   - decodes incoming PGP signed messages
  12.  PGPckSig.CMD   - checks PGP signatures in incoming messages
  13.  PGPadKey.CMD   - adds a PGP public key block from a message to your PGP key ring
  14.  SPLITMAIL.CMD  - auxiliary program to PGPenCod.CMD
  15.  JOINMAIL.CMD   - auxiliary program to PGPenCod.CMD
  16.  PGPEXEC.CMD    - auxiliary program to PGPenCod.CMD
  17.  
  18.  
  19. Packaging information
  20. ---------------------
  21.  
  22.    When you unzip this archive, you will find the inner ZIP archive,
  23. PGPREXX.ZIP, my public PGP key (lwskey.asc) and the signature for the
  24. PGPREXX.ZIP archive, PRPREXX.SIG.
  25.  
  26.    Include my key in your keyring (pgp -ka lwskey.asc) and check the ZIP
  27. file for its integrity (pgp  PGPREXX.SIG PGPREXX.ZIP). After the 1.1 distribution,
  28. signatures have been added to the key, so you might want to add it again
  29. to your key ring.
  30.  
  31.     See PGPrexx.DOC in the inner archive for installation instructions
  32. and further comments. You can simply unzip all files in the inner archive
  33. to any directory of your choice.
  34.  
  35. Version information
  36. -------------------
  37.     Version 1.2 corrects a nasty bug introduced in the distributed version 1.1,
  38. drops the requirement that the procedures are to be installed on the PATH, changes 
  39. checking for signatures on incoming mail, so that the result is appended to the 
  40. actual message, and implements logging.
  41.  
  42.