home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / sci / crypt / 3106 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  1020 b 

  1. Xref: sparky sci.crypt:3106 comp.security.misc:1156
  2. Path: sparky!uunet!destroyer!gatech!concert!duke!trt
  3. From: trt@duke.cs.duke.edu (Tom Truscott)
  4. Newsgroups: sci.crypt,comp.security.misc
  5. Subject: Re: "Sneakers" -- action/adventure movie about Cryptography
  6. Message-ID: <715637499@romeo.cs.duke.edu>
  7. Date: 4 Sep 92 20:11:40 GMT
  8. References: <1992Sep1.060412.14956@fig.citib.com> <naran.715539174@sfu.ca> <1992Sep3.185207.29154@news.eng.convex.com>
  9. Followup-To: sci.crypt
  10. Organization: IBM RTP
  11. Lines: 11
  12.  
  13. >>Anyways, one-time pads are really effective in short
  14. >>messages and are reasonably secure on larger documents.
  15.  
  16. Arguably this is backwards. As suggested in "Codebreakers",
  17. if I suspect that a "yes" or "no" decision is forthcoming, and I 
  18. intercept a 3 character long message, I can make a reasonable
  19. guess as to the message's contents.
  20.  
  21. More generally, "traffic analysis" is still a threat.  So some systems
  22. send continuously, just sending nulls or-ed with the pad
  23. (== the pad itself) when there is no real traffic.
  24.