home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / sci / crypt / 3155 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.1 KB

  1. Path: sparky!uunet!mcsun!uknet!acorn!eoe!ahaley
  2. From: ahaley@eoe.co.uk (Andrew Haley)
  3. Newsgroups: sci.crypt
  4. Subject: Re: IDEA cipher (was: PGP 2.0 Announcement)
  5. Message-ID: <1398@eouk9.eoe.co.uk>
  6. Date: 8 Sep 92 18:53:45 GMT
  7. References: <ARI.HUTTUNEN.92Sep8015936@supergirl.hut.fi>
  8. Organization: EO Europe Limited, Cambridge, UK
  9. Lines: 38
  10. X-Newsreader: Tin 1.1 PL3
  11.  
  12. Ari.Huttunen@hut.fi (Ari Juhani Huttunen) writes:
  13. : In article <1992Sep7.202207.12500@fwi.uva.nl> lankeste@fwi.uva.nl (Branko Lankester) writes:
  14. : ! The new faster
  15. : ! conventional cipher, called IDEA (International Data Encryption
  16. : ! Algorithm), was developed at ETH in Zurich by James L. Massey and
  17. : ! Xuejia Lai.  Preliminary evidence suggests that IDEA may be more
  18. : ! resistant than the DES to Biham & Shamir's highly successful
  19. : ! differential cryptanalysis attack.  Biham and Shamir have tried 
  20. : ! unsuccessfully to find any weaknesses in the IDEA cipher.
  21. : Has the IDEA cipher a longer key than DES and is it thus more resistant
  22. : to trying out all possible keys? Does the IDEA cipher use transpositions
  23. : interleaved with substitutions or some other algorithm? Is a paper 
  24. : describing IDEA generally available? (I'm not interested enough to order
  25. : a copy by mail from Switzerland.)
  26.  
  27. Yes, IDEA has a 128 bit key.  It's rather beautiful algorithm,
  28. involving multiplications mod 65537 (which is prime, so the
  29. multiplications are invertible because every number (except zero) has
  30. an inverse mod a prime), additions mod 65536, and XORs.  These
  31. operations are combined in a network which thoroughly scrambles the
  32. data.  There are no table lookups or bit permutations at all.
  33.  
  34. It's described in the proceedings of EUROCRYPT '91 (at least I think
  35. it was that one, but I haven't got a copy here).
  36.  
  37. BAD NEWS: It's PATENTED.  Not just in the USA but in Europe as well.
  38. If enforced, this patent will probably prevent the widespread adoption
  39. of this algorithm.  A great shame.
  40.  
  41. : --
  42. : ...............................................................................
  43. : Ari Huttunen                      Any similarity to other alien life forms
  44. :                           is purely coincidental.
  45. :                           <Alien 3 misquote>
  46.  
  47. Andrew.
  48.