home *** CD-ROM | disk | FTP | other *** search
/ Steganos Hacker Tools / SHT151.iso / programme / pw_system / john-16w / doc / CREDITS < prev    next >
Encoding:
Text File  |  1998-12-02  |  2.1 KB  |  72 lines

  1.  
  2.  Credits
  3. =========
  4.  
  5. I'd like to thank the following people for their direct or indirect help
  6. in making John what it is now:
  7.  
  8. * Matthew Kwan --
  9.     for letting me use his DES S-box file (nonstd.c):
  10.     http://www.cs.mu.oz.au/~mkwan/bitslice/;
  11.  
  12. * Eli Biham --
  13.     for great "bitslice" paper:
  14.     http://www.cs.technion.ac.il/~biham/Reports/cs0891.ps.gz;
  15.  
  16. * Roman Rusakov --
  17.     for his optimization hints, and original x86 assembly DES code;
  18.  
  19. * Lionel Cons --
  20.     for making me add the AFS passwords support, reporting some bugs,
  21.     and for many good advices;
  22.  
  23. * stran9er --
  24.     for tracking down the section alignment problem with MMX in the
  25.     DOS and Win32 ports;
  26.  
  27. * All the people who have developed freeware crypt(3) implementations --
  28.     for various tricks that I combined in my routines;
  29.  
  30. * Niels Provos and Poul-Henning Kamp --
  31.     for original Blowfish-based and MD5-based crypt(3), respectively,
  32.     that my implementations are compatible with;
  33.  
  34. * Alec Muffett --
  35.     for the original wordlist rules syntax;
  36.  
  37. * The SOrCErEr --
  38.     for proving the large charsets are worth implementing, and for
  39.     introducing '-groups' in his cracker;
  40.  
  41. * Jackal --
  42.     for the format of john.pot, and parts of the user interface;
  43.  
  44. * Anton Ertl --
  45.     for "Labels as Values" optimization that I use in compiler.c:
  46.     http://www.complang.tuwien.ac.at/papers/ertl96diss.ps.gz;
  47.  
  48. * The people at Cygnus --
  49.     for Cygnus Developer's Kit (http://www.cygnus.com/misc/gnu-win32/)
  50.     that I used for the Win32 port, and for EGCS;
  51.  
  52. * DJ Delorie --
  53.     for DJGPP (http://www.delorie.com), and
  54.  
  55. * Charles W Sandmann --
  56.     (sandmann@clio.rice.edu; 1206 Braelinn, Sugar Land, TX 77479),
  57.     who wrote the DPMI server that I use for the DOS port: its source
  58.     code is available at:
  59.     ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2misc/csdpmi4s.zip.
  60.  
  61.  How Can I Contact You?
  62. ========================
  63.  
  64. Send mail to solar@false.com.
  65.  
  66. Please, don't ask me questions until you read doc/FAQ (and some FAQs on
  67. password cracking in general, if you're unfamiliar with it). Also, do not
  68. send me password files, I'm not a cracking service.
  69.  
  70. Signed,
  71. Solar Designer
  72.