home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / crypt / 5066 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  2.4 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!rutgers!igor.rutgers.edu!zodiac.rutgers.edu!leichter
  2. From: leichter@zodiac.rutgers.edu
  3. Newsgroups: sci.crypt
  4. Subject: Re: Triple DES
  5. Message-ID: <1992Nov20.094321.1@zodiac.rutgers.edu>
  6. Date: 20 Nov 92 14:43:21 GMT
  7. References: <921116133628.385022@DOCKMASTER.NCSC.MIL> <1eg516INNrrq@uniwa.uwa.edu.au>
  8. Sender: news@igor.rutgers.edu
  9. Organization: Rutgers University Department of Computer Science
  10. Lines: 41
  11. Nntp-Posting-Host: pisces.rutgers.edu
  12.  
  13. In article <1eg516INNrrq@uniwa.uwa.edu.au>, markd@uniwa.uwa.edu.au (Mark
  14. Diamond) writes:
  15. | The question arose in a previous reply to this posting of whether
  16. | triple, double or any other repeated DES encryption was stronger than a
  17. | single encryption.  The previous reply indicated that the question was
  18. | still open.  It is not open ... it has been settled and the results
  19. | presented at CRYPTO 92.
  20. | Essentially the question about the strength of double encryption is the
  21. | same as the question about whether DES is or is not a group.
  22. | If DES were a group then for two keys K1 and K2
  23. |        DES( DES(Plaintext, K1), K2) == DES(Plaintext, K3) for some
  24. | K3 which presumably the eavesdropper is trying to discover ... the point
  25. | being that they would not have to find K1 and K2, but only a kind of
  26. | "combination" K3.
  27. | The recently demonstrated fact that DES is *not* a group indicates that
  28. | a double encryption *is* stronger than single encryption.
  29.  
  30. Sorry, no.  Repeating a falsehood does not make it true.  All we know is that
  31. it MIGHT be stronger.
  32.  
  33. Consider TES, the Trivial Encryption Standard - it's just like DES except that
  34. TES(P,k) = k || DES(P,k) (|| is concatenation).  That is, TES "gives away the
  35. store" at the beginning of the ciphertext.  It's clear that if DES isn't a
  36. group, neither is TES.  It's also clear that double TES is exactly as strong
  37. as single TES.
  38.  
  39. If there were a generic unknown-plaintext attack against DES, it would work
  40. just as well against double DES, requiring double the time.  (Yes, this would
  41. make double DES just a bit stronger - but multiplicative factors - especially
  42. such small ones! - are ignored when we discuss the strength of cryptosystems.
  43.  
  44. A pure chosen-plaintext attack against DES would not move directly to double
  45. DES.  But that only says something about ONE PARTICULAR ATTACK; it says
  46. nothing about the inherent strength of the cryptosystem.
  47.  
  48.                             -- Jerry
  49.