home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / hack / progsy / hasla / johnr15 / DOC / CREDITS < prev    next >
Encoding:
Text File  |  1998-05-15  |  1.9 KB  |  64 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. * All the people who have developed freeware crypt(3) implementations --
  20.     for various tricks that I combined in my routines;
  21.  
  22. * Niels Provos and Poul-Henning Kamp --
  23.     for original Blowfish-based and MD5-based crypt(3), respectively,
  24.     that my implementations are compatible with;
  25.  
  26. * Alec Muffett --
  27.     for the original wordlist rules syntax;
  28.  
  29. * The SOrCErEr --
  30.     for proving the large charsets are worth implementing, and for
  31.     introducing '-groups' in his cracker;
  32.  
  33. * Jackal --
  34.     for the format of john.pot, and parts of the user interface;
  35.  
  36. * Anton Ertl --
  37.     for "Labels as Values" optimization that I use in compiler.c:
  38.     http://www.complang.tuwien.ac.at/papers/ertl96diss.ps.gz;
  39.  
  40. * The people at Cygnus --
  41.     for Cygnus Developer's Kit (http://www.cygnus.com/misc/gnu-win32)
  42.     that I used for the Win32 port, and for EGCS;
  43.  
  44. * DJ Delorie --
  45.     for DJGPP (http://www.delorie.com), and
  46.  
  47. * Charles W Sandmann --
  48.     (sandmann@clio.rice.edu; 1206 Braelinn, Sugar Land, TX 77479),
  49.     who wrote the DPMI server that I use for the DOS port: its source
  50.     code is available at:
  51.     ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2misc/csdpmi4s.zip.
  52.  
  53.  How Can I Contact You?
  54. ========================
  55.  
  56. Send mail to solar@false.com, or catch me on IRC, my nick is Solar_Diz.
  57.  
  58. Please, don't ask me questions until you read doc/FAQ (and some FAQs on
  59. password cracking in general, if you're unfamiliar with it). Also, do not
  60. send me password files, I'm not a cracking service.
  61.  
  62. Signed,
  63. Solar Designer
  64.