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

  1. Path: sparky!uunet!wupost!waikato.ac.nz!aukuni.ac.nz!cs18.cs.aukuni.ac.nz!pgut1
  2. Newsgroups: sci.crypt
  3. Subject: Re: IDEA cipher (was: PGP 2.0 Announcement)
  4. Message-ID: <1992Sep11.085627.26861@cs.aukuni.ac.nz>
  5. From: pgut1@cs.aukuni.ac.nz (Peter Gutmann)
  6. Date: Fri, 11 Sep 1992 08:56:27 GMT
  7. Sender: pgut1@cs.aukuni.ac.nz (PeterClaus          Gutmann        )
  8. References: <ARI.HUTTUNEN.92Sep8015936@supergirl.hut.fi> <1398@eouk9.eoe.co.uk>
  9. Organization: Computer Science Dept. University of Auckland
  10. Lines: 22
  11.  
  12. In <1398@eouk9.eoe.co.uk> ahaley@eoe.co.uk (Andrew Haley) writes:
  13.  
  14. >Yes, IDEA has a 128 bit key.  It's rather beautiful algorithm,
  15. >involving multiplications mod 65537 (which is prime, so the
  16. >multiplications are invertible because every number (except zero) has
  17. >an inverse mod a prime), additions mod 65536, and XORs.  These
  18. >operations are combined in a network which thoroughly scrambles the
  19. >data.  There are no table lookups or bit permutations at all.
  20. >
  21. >BAD NEWS: It's PATENTED.  Not just in the USA but in Europe as well.
  22. >If enforced, this patent will probably prevent the widespread adoption
  23. >of this algorithm.  A great shame.
  24.  
  25. However the patent owners, Ascom-Tech AG, are being very reasonable about
  26. the patent (totally unlike PKP).  They let us use it in PGP without having
  27. to pay any license fees since PGP is free, and are very approachable about
  28. it's use in other programs.  Still, I ended up not using it in my PGP-compatible
  29. archiver since I have a religious thing about patents - however, IDEA is a very
  30. good cipher and the way the patent is being administered is one of the more
  31. enlightened I've seen.
  32.  
  33. Peter.
  34.