home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / modem / ozpgp.zip / README < prev   
Text File  |  1993-10-13  |  4KB  |  92 lines

  1. OzCIS PGP scripts
  2. ~~~~~~~~~~~~~~~~~
  3.  
  4. DISCLAIMER
  5. ~~~~~~~~~~
  6. Since these perl scripts are FREE, they are provided AS IS. I MAKE NO
  7. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING WITHOUT LIMITATION,
  8. ANY WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
  9.  
  10. Introduction
  11. ~~~~~~~~~~~~
  12. This is my way to get PGP to work with OzCIS. It may not be the perfect
  13. solution for you, since it uses quite some memory.
  14.  
  15. I do not garranty that these scripts are bugfree. This was my first experiment
  16. with perl, so it is very well possible that things can be done better. If you 
  17. find any bugs, please mail me a detailed description so I can fix it. Better 
  18. yet, fix it yourself and mail the fix to me. :-)
  19.  
  20. Features
  21. ~~~~~~~~
  22. The Decryption script will decrypt a all messages in the message file. All keys
  23. that are in the message file will also be added to your public keyring.
  24. The encryption script will encrypt all messages in your rely file. It will not 
  25. encrypt messages that start with "#leave" on the first line. The script will 
  26. try to get the recipients address from the header that OzCIS gives. The it will
  27. check your keyring to see if such a key exists. If it exists, it will encrypt 
  28. and sign the message, if the address is not found, the message will only be
  29. signed. Messages that allready are encrypted or signed are left alone.
  30.  
  31. Just in case something goes wrong, both scripts make a backup of the original
  32. file processed. If security alows it, it may be a good idea to put PGPPASS in 
  33. your autoexec.bat (DOS) or config.sys (OS/2). That saves the trouble of typing 
  34. your password everytime. ONLY DO THIS IF YOU THINK IT IS SAVE ENOUGH.
  35.  
  36. Installation
  37. ~~~~~~~~~~~~
  38. DOS: Requirements: - DOS version of PGP
  39.                    - DOS version of Perl.
  40.  
  41.      I don't know if it will work under DOS, I didn't test it. It might be a
  42.      problem since DOS has limited memory, and OzCIS, PGP and perl must fit
  43.      in memory at the same time. But if you want to try it, just edit your
  44.      OZCIS.INI so that the lines
  45.  
  46.        ReadPreProcess=
  47.        CompPostProcess=
  48.  
  49.      become
  50.  
  51.        ReadPreProcess=perl -x ozpgpd.cmd
  52.        CompPostProcess=perl -x ozpgpe.cmd
  53.  
  54.      You can also change the scripts a little to make them a .BAT file which
  55.      calls perl to execute itself. See the perl documentation on how to do that.
  56.  
  57.      NOTE: Perl and pgp must be in the path, and the full path name of the
  58.            scripts must be given. In this case is assumed that the scripts
  59.            are in the current directory (the OzCIS directory).
  60.  
  61. OS/2: Requirements: - OS/2 version of PGP
  62.                     - OS/2 version of Perl
  63.                     - os2exec
  64.  
  65.      This is the only system that the scripts are tested on.
  66.      Change your OZCIS.INI so that the lines
  67.  
  68.        ReadPreProcess=
  69.        CompPostProcess=
  70.  
  71.      become
  72.  
  73.        ReadPreProcess=os2exec ozpgpd.cmd
  74.        CompPostProcess=os2exec ozpgpe.cmd
  75.  
  76.      NOTE: Perl, pgp and os2exec must be in the path, and the full pathname
  77.            of the scripts must be given. In this case is assumed that the
  78.            scripts are in the current directory (the OzCIS directory).
  79.  
  80.      I think a similar way should exist to get it working under NT.
  81.  
  82. Final notes
  83. ~~~~~~~~~~~
  84. Please don't fall to hard on me for any errors in this text. English is not my 
  85. native language. If you find any errors in the script or in this readme, please 
  86. tell me so that I an fix it. Any comment is welcome.
  87.  
  88. Eric Veldhuyzen
  89.  
  90.   CIS ID: [100010,3051]
  91. Internet: v912182@si.hhs.nl
  92.