home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / PCBSEC20.ZIP / PCBSEC.DOX < prev    next >
Text File  |  1995-01-15  |  4KB  |  114 lines

  1. PCBSEC 2.0 - Encrypted E-Mail For PCBoard
  2. Copyright (C) 1995 By Madison Farrell, III
  3.  
  4. * This program is distributed freely for the use of PCBoard SysOps.  There is
  5.   NO CHARGE or REGISTRATION FEE for its use.  Comments, questions, and
  6.   suggestions for the improvement of the program can be sent to me at
  7.   SALT AIR BBS (The Support Board For PCBoard) or my own system, MAIN STREET,
  8.   (803) 538-5273. (If you have called MAIN STREET before, please note that
  9.   the number has changed!)
  10.  
  11. * I do not guarantee that this program will work for you.  It works on my
  12.   system.  You assume all responsibilty for ANYTHING that happens through
  13.   your use of this program.  Its not like you paid anything for it, so the
  14.   very least you can do is accept responsibility for its use.
  15.  
  16. * What Does It Do?
  17.  
  18.   PCBSEC is a simple PPE that will allow your users to leave private,
  19.   encrypted mail on your system.  This secured transmission will allow you
  20.   and your users to carry on truly private communications as well as allow
  21.   the transmission of data (source code, e-mail, etc) in a secure manner.
  22.  
  23.   The program allows configurable display screens and total SysOp control
  24.   over exactly how secure the messages will be.  (The SysOp can opt to have
  25.   the user's encryption password stored in a seperate file so he can still
  26.   have access to the information; however, the user WILL BE NOTIFIED of this
  27.   option BEFORE they transmit)
  28.  
  29.   The program will automatically purge outdated messages according to the
  30.   number of days specified by the SysOp.
  31.  
  32. * Setup:
  33.  
  34.   PCBSEC requires the SysOp to create one file, CONFIG.SEC
  35.  
  36.   The Syntax for this file is:
  37.  
  38.   1) Pathname where encrypted archive files are stored
  39.   2) The file executed for encryption and archiving
  40.   3) Arguments used to encrypt and archive
  41.   4) Pathname/Filename of the ASCII message uploaded to the BBS
  42.   5) Display password to SysOp (Y/N) 1=Y, 0=N
  43.   6) Number of days before message is purged
  44.   7) Archive extension (.ZIP, .PAK, .ARJ, etc)
  45.  
  46.   Example CONFIG.SEC:
  47.  
  48.   C:\PCB\ENC_MAIL\          <- Include the trailing slash
  49.   PKZIP
  50.   -m -s                     <- Command to encode should be the last argument
  51.   C:\PCB\ENC_MAIL\MESSAGE.SEC
  52.   1                         <- SysOp knows the passwords
  53.   7                         <- Kill messages in seven days
  54.   ZIP                       <- Stored as .ZIP files (no leading ".")
  55.  
  56.   You will also need to create the file, ZNAME.SEC, this file contains
  57.   eight numbers that indicate the starting filename of an encrypted message
  58.   archive.
  59.  
  60.   An example file would be created by:
  61.  
  62.   COPY CON ZNAME.SEC <ENTER>
  63.  
  64.   00000000 <ENTER>
  65.  
  66.   F6 <ENTER>
  67.  
  68.   After you create the file, it will be maintained automatically by the PPE.
  69.  
  70. * Optional Files That Can Be Created:
  71.  
  72.   WELCOME.SEC - displayed as the PPE begins execution. Instructions, etc.
  73.   
  74.   PWDMSG.SEC  - Optional - displayed to user before they enter their password
  75.                 and are notified to leave a message
  76.  
  77.   EXITMSG.SEC - Displayed to the user as the PPE terminates.
  78.  
  79. * Installation:
  80.  
  81.   In PCBSETUP:
  82.   
  83.   Edit file, FSEC (Option B File Locations, Option B - Configuration files)
  84.   and file, DLPATH.LST in the conference configuration to define the 
  85.   encrypted message base download paths.  This section should be marked as
  86.   a FREE download area (depending on the type of system you operate)
  87.  
  88.   Add the command to your CMD.LST file (Option B File Locations, Option B -
  89.   Configuration files) and edit your menu to display the new command.
  90.  
  91. * Caveats:
  92.  
  93.   As the PPE is written at this time, it will NOT allow a local entry for
  94.   encryption.  If you try to enter anything locally through this PPE it
  95.   will LOCK your system.
  96.  
  97. * Conclusion:
  98.  
  99.   As mentioned earlier, there is NO REGISTRATION FEE for this program.  It
  100.   costs enough to operate a system now without having to pay for every little
  101.   utility that someone decides to put together.  Any questions or comments
  102.   you may have as well as suggestions for improvement to the PPE will be
  103.   appreciated.  I can be reached at the BBS's listed at the beginning of this
  104.   text or through the InterNet as madison.farrell@saltair.com.
  105.  
  106.   If you would like to write directly I can be reached at 
  107.   
  108.   Rt. 3 Bx 658
  109.   Walterboro, SC  24988
  110.  
  111.   (If you use the program, a post card saying so would be appreciated ;-) )
  112.  
  113. 2.0
  114.