home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / sci / crypt / 3770 < prev    next >
Encoding:
Internet Message Format  |  1992-10-14  |  1.3 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: mc100.zip (mcrypt)
  5. Message-ID: <1432@eouk1.eoe.co.uk>
  6. Date: 14 Oct 92 17:09:48 GMT
  7. References: <1992Oct13.864.271@ALMAC>
  8. Distribution: sci
  9. Organization: EO Europe Limited, Cambridge, UK
  10. Lines: 21
  11. X-Newsreader: TIN [version 1.1 PL6]
  12.  
  13. keith.willis@almac.co.uk wrote:
  14. :         I have come across an implementation of RSA distributed by a
  15. :         company in Wales, UK, which claims to perform RSA encryption
  16. :         on the entire file, rather than just on a session key for a
  17. :         conventional algorithm.  The program may be common knowledge,
  18. :         but it is the first time I have come across it.  It is called
  19. :         MCRYPT, and is distributed by a company called Digital
  20. :         Crypto as shareware.
  21. :         What puzzles me is that encryption is very fast - less than 2
  22. :         minutes for a 40k text file using a 250 digit key - but
  23. :         decryption is _glacial_ - over 3 hours for the same file on
  24. :         the same PC.
  25.  
  26. That's what you would expect if they are using a small encryption
  27. exponent (such as 3 or 65537.)  This is common practice.  Decryption
  28. and authentication require a full length modular exponentiation.
  29.  
  30. Andrew.
  31.