home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / CRYPT / SES152.ZIP / DIALOG17.DOC < prev    next >
Encoding:
Text File  |  1987-01-14  |  7.1 KB  |  260 lines

  1. A>
  2. A> MS-CODE1
  3.  
  4.  
  5.  
  6.  
  7.  ..........................................................
  8.  
  9. P C   C O M P U T E R   S E C U R I T Y    V1.52   MS-CODE1
  10.  
  11.  
  12.  
  13. Do You wish some Instructions/Help (Yes or No) YES
  14.  
  15.  
  16.  ..........................................................
  17.  
  18. P C   C O M P U T E R   S E C U R I T Y    V1.52   MS-CODE1
  19.  
  20.  
  21.  
  22. To begin execution of MS-CODE1 or MS-CODE2, just type these names
  23. in PC DOS or type MS-MENU. For example:  "A> MS-MENU "
  24.  
  25.  
  26. MS-CODE1 is intended to encode/decode files only. It does this
  27. thru a process known as super-encipherment. This means that
  28. each character of plain text (uncoded text) is both scrambled
  29. (transposed) as well as substituted for some random "other"
  30. character.
  31.  
  32. Keys may Optionally be Loaded or Saved to a FILE. The data format
  33. of such a file is 25 KEY numbers (between 1 & 2,147,483,646)
  34. each separated by A Carriage Return (on separate lines); And
  35. finally a 26th line of required Comment/Remark Information.
  36. An example of a key file is "SAMPLE.KEY". You can display
  37. this file by typing one of the following in DOS.
  38. =======================
  39.  
  40. Wish More Documentation (Yes or No)   <CR>=YES:
  41.  
  42.  
  43.  ..........................................................
  44.  
  45. P C   C O M P U T E R   S E C U R I T Y    V1.52   MS-CODE1
  46.  
  47.  
  48.  
  49.      A> TYPE SAMPLE.KEY
  50.  
  51.            <OR>
  52.  
  53.      A> COPY SAMPLE.KEY LPT1:
  54.  
  55.  
  56. A key file may be generated in MS-DOS by the Following:
  57.  
  58.      A> COPY CON: MYKEY.KEY
  59.         2028841238
  60.         156091745
  61.         1551901393
  62.         590357944
  63.         ..........
  64.         ..........     [a total of 25 numbers]
  65. =======================
  66.  
  67. Wish More Documentation (Yes or No)   <CR>=Yes:
  68.  
  69.  
  70.  ..........................................................
  71.  
  72. P C   C O M P U T E R   S E C U R I T Y    V1.52   MS-CODE1
  73.  
  74.  
  75.         ..........
  76.         109941534
  77.         2110010604
  78.         * This is my remarks 01/31/84 7:56 PM  MS-CODE1 V1.52
  79.         ^Z  {Ctrl-Z}  {ENTER}
  80.  
  81. If a key file is not used the following discussion applies:
  82. There are two levels of security "LOW" and "HIGH". If you
  83. elect the LOW level you will only have to enter 7 key
  84. (SEED) numbers or in the case of alphanumeric keys 7
  85. passwords of 5 or more characters. Actually, the longer
  86. the passwords - the better. An Ideal password length would
  87. seven passwords of 8 characters each.
  88.  
  89.  
  90. If you elect HIGH security be prepared to enter up to 25
  91. numbers between 1 and 2,147,483,646; or a minimum of 180
  92. =======================
  93.  
  94. Wish More Documentation (Yes or No)   <CR>=yes:
  95.  
  96.  
  97.  ..........................................................
  98.  
  99. P C   C O M P U T E R   S E C U R I T Y    V1.52   MS-CODE1
  100.  
  101.  
  102. characters of alphanumeric passwords. It is best, the first
  103. time thru to elect LOW security for testing purposes.
  104. Why so many characters are required in the HIGH ALPHA mode security
  105. is due to the additional insecurity of letters/words/phrases
  106. and that the Randomizing (hashing) routine requires 6 characters
  107. to generate a uniformly random Number (used internally). If the
  108. users' alphanumeric passwords were perfectfully random and
  109. all 256 possible characters could be typed at a 47 key keybroad,
  110. there would only be a need for 4 characters to generate this number.
  111.  
  112. The user must provide a series of keys (a minimum of 7) which
  113. may either be numeric (i.e. characters "0123456789") or
  114. alphanumeric which includes any character on your IBM PC
  115. keybroad. This includes alphabetics, numerics, and special
  116. symbols like  "!@#$%^&*()=+?:.<>[]~{}"  and so forth.
  117. Each of these keys should be chosen at random, and each
  118. should be different. For alphanumeric keys, the following
  119. =======================
  120.  
  121. Wish More Documentation (Yes or No) <CR>=Yes:   NO
  122.  
  123.  
  124.  
  125. Debuging statistics cause slower execution
  126. Do You Wish Debuging Statistics (Y or N) YES
  127.  
  128.  
  129. Do You Wish to Load KEYS from a FILE (Y or N) NO
  130.  
  131.  ..........................................................
  132.  
  133.  
  134.  
  135. P C - C O D E 1 ......Binary SuperEncipherment......
  136. P C - C O D E 1 ......Binary SuperEncipherment......
  137. P C - C O D E 1 ......Binary SuperEncipherment......
  138. P C - C O D E 1 ......Binary SuperEncipherment......
  139. P C - C O D E 1 ......Binary SuperEncipherment......
  140. P C - C O D E 1 ......Binary SuperEncipherment......
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  Enter the type of KEY desired
  148.     Numeric; Number Only key N
  149.     Alphabetic; alphanumeric A
  150.  Enter N or A ALPHA
  151.  
  152.  ..........................................................
  153.  
  154. P C   C O M P U T E R   S E C U R I T Y    V1.52   MS-CODE1
  155.  
  156.  
  157.  
  158.  
  159.  There are two(2) levels of Security HIGH and LOW
  160.  Enter H for HIGH or L for LOW HIGHEST
  161.  
  162.  ..........................................................
  163.  
  164. P C   C O M P U T E R   S E C U R I T Y    V1.52   MS-CODE1
  165.  
  166.  
  167.  You must enter 3 long PASSWORDS of alphanumeric data
  168.  (A) Enter Password of at least (MIN)  6  Chars
  169.  
  170.  
  171.          123456
  172.          ......
  173. Password:abcdef
  174.  
  175.  (B) Enter Password of at least (MIN)  42  Chars
  176.  
  177.                   1         2         3         4
  178.          123456789012345678901234567890123456789012
  179.          .........+.........+.........+.........+..
  180. Password:abcdefghijklmnopqrstuvwxyz1234567890!@#$%^
  181.  
  182.  
  183.  ..........................................................
  184.  
  185. P C   C O M P U T E R   S E C U R I T Y    V1.52   MS-CODE1
  186.  
  187.  
  188.  
  189.  (C) Enter Password of at least (MIN)  102  Chars
  190.  
  191.                   1         2         3         4         5         6
  192.          123456789012345678901234567890123456789012345678901234567890
  193.          .........+.........+.........+.........+.........+.........+
  194. Password:ABCDEFGHIJKLMNOPQRSTUVWXYZ!@#$%^&*()_+=- 1234567890<>{}[]?/,
  195.  
  196.  
  197.                   7         8         9        10
  198.          123456789012345678901234567890123456789012
  199.          .........+.........+.........+.........+..
  200. Password:qwertyuiopasdfghjkl;'zxcvbnm,./:;QAZWSXEDC
  201.  
  202.  
  203.  
  204.  ..........................................................
  205.  
  206. P C   C O M P U T E R   S E C U R I T Y    V1.52   MS-CODE1
  207.  
  208.  
  209. The following Numeric Keys/Seeds were generated:
  210.  
  211.  
  212.      ( A ) :     949485921
  213.  
  214.      ( B ) :     949485921       1955816904      3018992949      1991530409
  215.  
  216.      ( C ) :     646312257       1349469576      2109471957      2926319400
  217. 1319706316       1971947683
  218.  
  219.  --- To Print this screen depress 'Shift PrtSc' ---
  220.  
  221.  ..........................................................
  222.  
  223.  
  224. P C   C O M P U T E R   S E C U R I T Y    V1.52   MS-CODE1
  225.  
  226.  
  227.  
  228.  Input and Output File may be the same file
  229.  Only Valid files; no use of 'CON:' or 'LPT1:'
  230.  
  231.  
  232. Enter Output file name (Full name): SAMPLE1E.COD
  233. Enter Input FILE (full name): SAMPLE.MSG
  234.  
  235. Encode or Decode (E or D) ENCODE
  236.  
  237.  ..........................................................
  238.  
  239. P C   C O M P U T E R   S E C U R I T Y    V1.52   MS-CODE1
  240.  
  241.  
  242.  * * * R U N N I N G * * *
  243.  
  244.  
  245.  
  246. Wish to Save newly Computed Keys to a File (Y or N) YES
  247. Enter the fully qualified Output Key File Name: NEW17.KEY
  248. *** Saved  25  Keys to NEW17.KEY Successfully
  249.  
  250. Wish to Save Log Statistics for Keys used (Y or N) YES
  251. Enter Stat Log File Name or 'LPT1:' or default of blank
  252. Enter Log File Name:
  253.  *** Saved Log file to MS-STAT1.LOG ***
  254.  
  255.  ..........................................................
  256.  
  257.  
  258.  
  259. A>
  260.  File Na