home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / iris41a.arj / READ.ME < prev    next >
Encoding:
Text File  |  1991-02-08  |  3.1 KB  |  102 lines

  1.  
  2. * THIS FILE CONTAINS IMPORTANT INFORMATION - READ CAREFULLY BEFORE PROCEEDING *
  3.  
  4.  
  5.         DIGITAL CRYPTO PC-IRIS, PC-MERLIN, PC-LOCK
  6.         ------------------------------------------
  7.  
  8. Overview
  9. --------
  10.  
  11. IRIS implements data encryption using RSA, DES, VERNAM, PLAYFAIR, BAZERIES,
  12. VIGENERE, ADFGVX, LITTLEWOOD algorithms.
  13.  
  14. MERLIN implements the DOS 'copy' function but with DES encrypted output.
  15.  
  16. LOCK implements a simple session lock facility, preventing unauthorised
  17. use of a PC while the user is absent.
  18.  
  19.  
  20. Distribution Disk
  21. -----------------
  22.  
  23. The IRIS distribution disk contains the following files:
  24.  
  25.     IRIS.EXE     - The PC-IRIS program
  26.     IRIS.HLP     - On-line help file
  27.     IRIS.DAT     - Permanent default file
  28.     KEYS.DAT     - Sample cipher key file
  29.     ENCRYPT.BAT     - A quick interface to IRIS for file encryption
  30.     DECRYPT.BAT     - A quick interface to IRIS for file decryption
  31.     READ.ME     - Last minute notes / revisions
  32.     REGISTER.DOC - Registration details and order form
  33.     DEMO.BAT     - DES encryption and MAC demonstration
  34.     OZY.TXT     - Text file used by demo
  35.     SWIFT.MSG     - Text file used by demo
  36.     INSTALL.BAT     - Installation procedure
  37.     MERLIN.EXE     - Encrypting COPY clone
  38.     MERLIN.DOC     - Ascii documentation for MERLIN
  39.     LOCK.EXE     - Session lock facility
  40.     LOCK.DOC     - Ascii documentation for LOCK
  41.  
  42.  
  43. Installation 
  44. ------------
  45.  
  46. The INSTALL procedure will create a directory '\IRIS', and copy the required 
  47. files into it. The command format is:
  48.     INSTALL source-drive target-drive
  49.  
  50. If you have a hard disk C:, load your distribution diskette in Drive A:, 
  51. and issue the command:  A:INSTALL A C
  52.  
  53. If you are using a twin floppy machine, just copy the distribution diskette,
  54. store the distribution as backup and use the copy as-is.
  55.  
  56. We recommend that you modify AUTOEXEC.BAT to include C:\IRIS in the PATH, if
  57. you choose not to include C:\IRIS in the PATH, then you will have to CD \IRIS
  58. before you run IRIS.
  59.  
  60.  
  61. The ENCRYPT and DECRYPT batch files
  62. -----------------------------------
  63.  
  64. ENCRYPT.BAT and DECRYPT.BAT provide an quick interface to IRIS for DES file
  65. encryption and decryption. Usage is thus:
  66.  
  67.     ENCRYPT filename DES-key or DES-keyphrase
  68.  
  69.     DECRYPT filename DES-key or DES-keyphrase
  70.  
  71. Eg:
  72.     ENCRYPT ozy.txt 43-23-F9-C2-55-7E-1F-B3
  73.     DECRYPT ozy.txt 43-23-F9-C2-55-7E-1F-B3
  74.  
  75. Or:
  76.     ENCRYPT ozy.txt bewaretheidesofmarch
  77.     DECRYPT ozy.txt bewaretheidesofmarch
  78.  
  79.  
  80. Release notes
  81. -------------
  82.  
  83. The release notes for IRIS are available via the on-line help, under help
  84. topics 'v4.1_release', 'v4.0_release' and 'v3.7_release'.
  85.  
  86.  
  87. Documentation
  88. -------------
  89.  
  90. Documentation is provided in the form of the on-line help system. The help
  91. file, IRIS.HLP, is not printable. To create a printable documentation file,
  92. issue the IRIS command HELP /EXTRACT. This will create the file IRIS.DOC,
  93. which may be printed via the usual DOS commands.
  94.  
  95.  
  96. Registration
  97. ------------
  98.  
  99. Registration details may be found via the on-line help under 'registration'
  100. and also in the file 'REGISTER.DOC'.
  101.  
  102.