home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / pcode153.zip / DIALOG17.DOC < prev    next >
Text File  |  1984-02-09  |  7KB  |  266 lines

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