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

  1. Path: sparky!uunet!mcsun!sunic!dkuug!uts!unijbm
  2. From: unijbm@uts.uni-c.dk (J|rgen B. Madsen)
  3. Newsgroups: sci.crypt,bit.listserv.security
  4. Subject: UFC (Ultra Fast Crypt) on CM200
  5. Summary: Who got the fastest password cracking program
  6. Keywords: UFC, crypt, CM200
  7. Message-ID: <1992Sep2.194720.15712@uts.uni-c.dk>
  8. Date: 2 Sep 92 19:47:20 GMT
  9. Organization: UNI-C, Danish Computing Centre for Research and Education
  10. Lines: 49
  11.  
  12.  
  13.  
  14. Dear fellows,
  15.  
  16. The project: The implementation of UFC (Ultra Fast Crypt) on UNI-C's
  17. CM200 is now finished.
  18.  
  19. The work was done by Michael Glad, who is also the auther of UFC.
  20. The CM200 is a small Connection Mashine (parallel computer)
  21. with 8K CPUs from Thinking Machines Corporation.
  22.  
  23. Below are the results:
  24.  
  25.   - The C* (C-star) version of UFC can crypt 55,000 words pr. second.
  26.     It is higly optimized and uses special PARIS functions in all the
  27.     time comsuming parts.
  28.  
  29.   - The Fortran version af UFC can "only" crypt 25,000 words pr. second.
  30.  
  31.   - The C* version implemented as the standard crypt() function
  32.     can crypt 53,000 words pr. second.
  33.         
  34. The task is embarrassing parallel and is therefore linarly scalable.
  35. So on the largest CM200 (64 K processors) the crypt() function can
  36. crypt 424,000 words pr. second.
  37.  
  38. At the moment, the Fortran version of UFC can crypt 85,000 words pr.
  39. second on a small CM-5 (128 nodes) with vector units and it is NOT
  40. optimized yet.
  41.  
  42.  
  43. Does anyone know who is running the fastest password cracking program
  44. (crypt() function) on a SINGLE machine?
  45.  
  46. Please do * NOT * respond if your answer cant'be documented or verified!
  47. There are just too many rumors around . . .
  48.  
  49.  
  50. Thanks in advance
  51. Jorgen Bo Madsen
  52.  
  53. +-----------------------------------------------------------------------+
  54. !   Jorgen Bo Madsen,  Security Consultant                              !
  55. !   UNI-C Lyngby,  Danish Computing Centre for Research and Education   !
  56. !   DTH,  Building 305,  DK - 2800 Lyngby,                              !
  57. !   Phone  : +45-45-938355                                              !
  58. !   Telefax: +45-45-930220                                              !
  59. !   E-Mail : Jorgen.Bo.Madsen@uni-c.dk                                  !
  60. +-----------------------------------------------------------------------+
  61.