home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR36 / GEOP1121.ZIP / GOLD_PGP.DOC < prev    next >
Text File  |  1993-11-21  |  3KB  |  85 lines

  1. ----------------------------------------------------------------------
  2. GoldED and PGP.                                             Rev:931121
  3. ----------------------------------------------------------------------
  4.  
  5.  
  6. This document describes how you can install PGP in your GoldED setup.
  7. The examples assume that you have PGP 2.3 or higher installed in the
  8. directory C:\PGP.
  9.  
  10.  
  11. Add the following to your GOLDED.CFG:
  12.  
  13. --- Cut ---
  14. IF DOS
  15.   EXTERNUTIL 1 c:\pgp\pgp.exe +force -sa @file "@dname" "@oname" -u
  16.                               "@oname" -o @file
  17.   EXTERNUTIL 2 c:\pgp\pgp.exe +force -ea @file "@dname" "@oname" -o
  18.                               @file
  19.   EXTERNUTIL 3 c:\pgp\pgp.exe +force @file -o @file
  20. ELSEIF OS/2
  21.   EXTERNUTIL 1 c:\pgp\pgp2.exe +force -sa @file "@dname" "@oname" -u
  22.                                "@oname" -o @file
  23.   EXTERNUTIL 2 c:\pgp\pgp2.exe +force -ea @file "@dname" "@oname" -o
  24.                                @file
  25.   EXTERNUTIL 3 c:\pgp\pgp2.exe +force @file -o @file
  26. ENDIF
  27. EDITSAVEMENU Yes
  28. EDITSAVEUTIL 1 "S PGP Sign the msg"
  29. EDITSAVEUTIL 2 "E PGP Encrypt the msg"
  30. EDITSAVEUTIL 3 "D PGP Decrypt the msg"
  31. --- Cut ---
  32.  
  33. NOTE: The configuration lines for utilities 1 and 2 were split in two
  34.       due to the document margin. They must of course be on one line
  35.       in the actual GOLDED.CFG.
  36.  
  37.  
  38. Add the following to your GOLDKEYS.CFG:
  39.  
  40. --- Cut ---
  41. F11         ExternUtil01    ; Sign
  42. F12         ExternUtil02    ; Encrypt
  43. ^F11        ExternUtil03    ; Decrypt
  44. --- Cut ---
  45.  
  46. You need to have KEYBEXT Yes in GOLDED.CFG if you want to use the
  47. F11/F12 keys. You can of course assign other keys, just make sure they
  48. don't clash with already defined keys.
  49.  
  50. Both the signature and encryption PGP commandlines are set up for
  51. multiple recipients, the TO: name and your own FROM: name. Otherwise
  52. you would not be able to decrypt your own msgs, and that could get a
  53. bit unpractical ;-)
  54.  
  55. HOW TO USE IT:
  56.  
  57. To sign or encrypt a msg, simply select the appropriate menu item in
  58. the save menu. Another method is described below.
  59.  
  60. To decrypt an encrypted msg, Hit Ctrl-F11 while viewing the msg in the
  61. reader. After decryption, you can write the msg to disk/printer, reply
  62. to it, copy it, etc. The decrypted text will revert as soon as you
  63. move away from the msg, or after you perform any operation on it. To
  64. make a decrypted msg permanent (saved to disk in decrypted form), use
  65. the Change Msg command after decryption and then save the msg
  66. immediately, or use the copy function if you want to keep the original
  67. untouched..
  68.  
  69. One thing to be aware of, is that the encrypted msg text does NOT
  70. contain kludges if it was encrypted from the EDITSAVEMENU. If you make
  71. such a text permanent, you would loose the kludges. Currently the only
  72. way to keep kludges in the encrypted text is to encrypt it "manually"
  73. after saving it, using F11, Change Msg, save immediately. If you do it
  74. this way, you should be careful in a multitask/network environment,
  75. where a mail scanner could scan out the unencrypted msg before you get
  76. a chance to encrypt it... I hope to fix this problem in a future
  77. release.
  78.  
  79. Enjoy!
  80.  
  81. Odinn Sorensen
  82. November 21, 1993.
  83.  
  84. ----------------------------------------------------------------------
  85.