home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / sci / crypt / 2925 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  2.5 KB

  1. Path: sparky!uunet!mcsun!uknet!mucs!nessie!nessie!segr
  2. From: segr@nessie.mcc.ac.uk (Simon Read)
  3. Newsgroups: sci.crypt
  4. Subject: Re: shift registers??
  5. Message-ID: <1992Aug17.112250.19535@nessie.mcc.ac.uk>
  6. Date: 17 Aug 92 11:22:50 GMT
  7. References: <1992Aug14.135934.27422@linus.mitre.org>
  8. Sender: segr@nessie (Simon Read)
  9. Organization: Manchester Computing Centre
  10. Lines: 39
  11.  
  12. In article <1992Aug14.135934.27422@linus.mitre.org>, hal@gateway.mitre.org
  13. writes:
  14.  
  15. > Are these devices still that popular? I would have expected 
  16. > them to have been replaced with computer type algorithms certainly within 
  17. > the last decade?  Indeed why is their so much interest in them and not in 
  18. > things like PKS?
  19.  
  20. Shift registers are still used very extensively in encrypting communications
  21. links. The reason for this is that it is near impossible to achieve the data
  22. rates (throughput) required using software. A small shift register and some logic
  23. gates can be designed to achieve acceptable cover times if the keys can be kept
  24. secret.
  25.  
  26. That's where PKS comes in, that allows key exchange over insecure channels (so
  27. long as you've set it up right). The speed of this is not terribly important, so
  28. they can be coded in software (though low-cost hardware is available).
  29.  
  30. In addition "goverment users" tend to be a bit suspicious of these mathematical
  31. PKS techiniques and seem to prefer old-fashioned solutions.
  32.  
  33. As an illustration the fastest modular-exponentiator chips (which are quite
  34. expensive at about $1000 a throw) can achieve about 64kbps, rising to 128kbps
  35. soon. (modular-exponentiation is the fundamental step in RSA,
  36. Diffie-Hellman, El Gamal etc). Shift register chips which are much smaller
  37. costing $100 in small quantities, can achieve throughput in the order of Mbps.
  38.  
  39. +------------------------------------------------------------+
  40. |                   INTEGRVM NON SARCIENDVM                  |
  41. +------------------------+-----------------+-----------------+
  42. | Simon Read             |  s-mail:        | v-mail:         |
  43. |                        |                 |                 |
  44. | aka edd the duck       |  Room MB/C25    |                 |
  45. | nka Bart Simpson       |  Computation    | +44 61 200 3312 |
  46. +------------------------+  UMIST          |                 |
  47. | e-mail:                |  Manchester     | +44 61 442 3031 |
  48. |                        |  M60 1QD        |                 |
  49. | Simon.Read@umist.ac.uk |  Great Britain  |                 |
  50. +------------------------+-----------------+-----------------+
  51.