home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / FORTRAN / CODE3_4.ZIP / KEYS.DOC < prev    next >
Encoding:
Text File  |  1986-12-01  |  859 b   |  35 lines

  1.  
  2. Key Period Data
  3. ===============
  4.  
  5. The users may select between 4 and 999 Key NUMBERS.
  6. Each Key number is in the Range 1 to 2,147,483,647.
  7. Although, numbers larger than 65,000 are superior.
  8. Generally, the more numbers, the larger the period
  9. and more complex is the cipher. The period is:
  10.  
  11.      Period =  (2 ^ 30) ^ (the number of keys)
  12.  
  13. Where "^" indicates "raised to a power".
  14.  
  15.  
  16.  
  17. Low Security
  18. ============
  19.  
  20. For Low Security 4 to 18 keys are recommended.
  21.  
  22.  
  23. High Security
  24. =============
  25.  
  26. For Low Security 19 to 999 keys are recommended.
  27. Generally, the more the better; and the more often changed
  28. the better.
  29.  
  30. For 19 keys the period is approxiately (2^571) or about
  31. (2^256) times the period of the National Bureau of Standards
  32. DES algorithm. But, this may not be enough for very long
  33. messages or if the key is used many times.
  34.  
  35.