home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win3x / pgpcli.exe / README.TXT < prev   
Text File  |  1994-11-22  |  3KB  |  127 lines

  1. PGPClip 1.3 by Michael Meyer
  2. ============================
  3.  
  4. Disclaimer:
  5. ===========
  6. This program is free.  Use at your own risk.
  7.  
  8. PGPClip is a simple front end to PGP which uses the clipboard for its
  9. operations.
  10.  
  11. It is not a full blown replacement for many of the other Windows based
  12. front ends for PGP, but one which allows quick encryption, decryption,
  13. and signing using the clipboard.
  14.  
  15.  
  16. Example usage:
  17. ==============
  18.  
  19. Mail Signing:
  20. -------------
  21. Type your mail message in Eudora or other Windows based program, from
  22. that program's menu choose "Edit|Select All", then "Edit Cut".  This
  23. will cut your text to the clipboard.
  24.  
  25. Then activate PGPClip, check the "Sign" checkbox, then click the
  26. Encrypt/Sign button to sign the message.  PGP will appear in a DOS box,
  27. enter your pass phrase, switch back to your mail package then choose
  28. "Edit|Paste", voila, your signed message will appear.
  29.  
  30.  
  31. Other:
  32. ------
  33. Check the "Encrypt" checkbox to encrypt your message.
  34.  
  35. Check both to encrypt and sign.
  36.  
  37.  
  38. Check Show Names to show the list of keys, click on a key to toggle its
  39. selection.  If not keys are selected, PGP will prompt you for recipients.
  40.  
  41.  
  42. Notes:
  43. ------
  44. Your _default.pif should be configured to have the the following
  45. options:
  46.  
  47.  
  48.     Display Usage: ( ) Full Screen
  49.                    (O) Windowed
  50.  
  51.     [X] Close Window on Exit
  52.  
  53. If you select too many keys, the command line could exceed 127
  54. characters, causing a VB error when you try to Encrypt.  Reduce the
  55. number of recipients.
  56.  
  57. PGPClip is written in Visual Basic 3.0 and requires VBRUN300.DLL,
  58. GRID.VBX, and THREED.VBX.  These are available elsewhere.  Send me mail
  59. if you require these.  They are in 7 files about 60K each uuencoded.
  60.  
  61.  
  62. If you should get out of string space errors, try to reduce the amount
  63. of text you are encrypting/signing.  You have run into a VB String
  64. limit.  This limit is near 64K.
  65.  
  66.  
  67. Please mail comments or suggestions.
  68.  
  69.  
  70. Changes: 1.3
  71. ============
  72. 11/22/94
  73. ------------
  74.  
  75. Changed Sign and Encrypt to be check boxes, allowing
  76. signing and encrypting.
  77.  
  78. If neither is selected, the action will be to store the
  79. text in compressed ascii armor.
  80.  
  81. Consolidated file io routines.
  82.  
  83. Changed file io routines to allow for larger files, reducing
  84. out of string space messages.
  85.  
  86. PGPClip will remember its window location.
  87.  
  88. PGPClip will move its window if the names appear off of the edge of the
  89. screen.
  90.  
  91. The location for PGP[.exe] can be specified in win.ini, under PGPClip, PGPExe.
  92. The .EXE is not needed.
  93.  
  94.     [PGPClip]
  95.     PGPExe=c:\pgp\mypgp\pgp    ; This is for c:\pgp\mypgp\pgp.exe
  96.  
  97.  
  98. Allow only one instance of PGPClip, if it is already running, switch to
  99. it.
  100.  
  101.  
  102. Changes: 1.2
  103. ============
  104. Main screen simplified and made smaller.
  105.  
  106. Added option to pause after PGP execution for signing and encrypting.
  107. Pause is always enabled for Decrypting/Verifying.
  108.  
  109. Added more error handling.
  110.  
  111.  
  112. Changes: 1.1
  113. ============
  114. Stabilized code, ready for release.
  115.  
  116.  
  117. Changes: 1.0
  118. ============
  119. Internal development, not released.
  120.  
  121.  
  122. ==========================================
  123. Michael Meyer: mmeyer@bellahs.com
  124. KE6LPL - 5.0L - I am the NRA, and I vote !
  125. Mail or finger for PGP public key.
  126.  
  127.