home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / security / 4833 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  2.6 KB

  1. Xref: sparky alt.security:4833 comp.security.misc:1787 comp.parallel:2552
  2. Newsgroups: alt.security,comp.security.misc,comp.parallel
  3. Path: sparky!uunet!stanford.edu!hubcap!fpst
  4. From: glad@daimi.aau.dk (Michael Glad)
  5. Subject: Connection Machine password cracker
  6. Message-ID: <1992Nov18.130041.12106@daimi.aau.dk>
  7. Sender: news@daimi.aau.dk
  8. Organization: DAIMI: Computer Science Department, Aarhus University, Denmark
  9. Distribution: daimi
  10. Date: Wed, 18 Nov 92 13:00:41 GMT
  11. Approved: parallel@hubcap.clemson.edu
  12. Lines: 54
  13.  
  14. A UNIX password cracker for the Thinking Machine CM/2 and CM/200 Connection
  15. Machines is available for FTP from
  16.  
  17.     ftp.denet.dk:/pub/misc/cm200-UFC.tar.Z
  18.  
  19. To quote the README file:
  20.  
  21. > Overview
  22. > ========
  23. > This is a password cracker for the Thinking Machines CM/2 and CM/200 
  24. > Connection Machines. It features
  25. >
  26. >     o A standalone dictionary preprocessor accepting a
  27. >      language of rewrite rules compatible with the one
  28. >      found in Alec Muffets 'Crack' password cracker as of
  29. >         release 4.1f.
  30. >
  31. >    o An optimized port of the UFC-crypt: a fast implementation 
  32. >      of the UNIX crypt(3) function developed by Michael Glad and 
  33. >      donated to the Free Software Foundation (FSF).
  34. >
  35. >    o The password cracker itself. It supports restart of crashed
  36. >      runs and incremental use. Incremental use means that when
  37. >      you use a fixed dictionary, the cracker can maintain a status
  38. >      file of already cracked passwords and passwords considered
  39. >      uncrackable (because they've been tested in previous runs).
  40. >      Thus it only has to waste CPU cycles on new accounts and accounts
  41. >      with changed passwords.
  42. >
  43. >    o When run with a _large_ dictionary (a 1 million word dictionary 
  44. >      obtained by preprocessing /usr/dict/words), the cracker can
  45. >      test in excess of 50,000 passwords a second on a CM/200 with
  46. >      8192 processors.
  47.  
  48. The distribution contains source code derived from the UFC-crypt implemen-
  49. tation of the UNIX crypt(3) encryption routines. UFC-crypt is copyright Free
  50. Software Foundation, Inc and is distributed under the terms of the GNU
  51. Library General Public License, version 2 of June 1991.
  52.  
  53. Any source module in distribution which not derived from UFC-crypt is
  54. copyright  UNI-C (Danish Computing Centre for Research and Education)
  55. and Michael Glad and is distributed under the GNU General Public License,
  56. version 2 of June 1991. Even though some ideas are adopted from the Crack
  57. password cracker, the distribution contains no parts derived directly or
  58. indirectly from this fine product.
  59.  
  60. The UFC-crypt port and the cracker was done by Michael Glad in the summer
  61. of 1992. My thanks goes to UNI-C for making this project possible.
  62.  
  63.  
  64.     -- Michael Glad, email: glad@daimi.aau.dk
  65.  
  66.  
  67.