home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / cracklib.txt < prev    next >
Text File  |  1997-09-22  |  2KB  |  61 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR CRACKLIB:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: CrackLib - C library that identifies poor passwords
  6.  
  7. Version: 2.5
  8.  
  9. Author(s): Alec David Edward Muffett <alecm@crypto.dircon.co.uk>
  10.  
  11.    Alec Muffett
  12.    Unix Network Security Consultant
  13.    Oxford, UK
  14.  
  15.    "I didn't invent the Unix Password Security problem.
  16.    I just optimised it." -- Alec D.E. Muffett
  17.  
  18. On the CD-ROM in: security/cracklib.tar
  19.  
  20. Ftp source: ftp.ox.ac.uk:/pub/comp/security/software/crackers/
  21. Web page: http://www.users.dircon.co.uk/~crypto/
  22.  
  23. Size on the CD: 15.7 MB (uncompressed)
  24.  
  25. Description:
  26.  
  27.     CrackLib is a library containing a C function (well, lots of
  28.     functions really, but you only need to use one of them) which may
  29.     be used in a "passwd"-like program. 
  30.  
  31.     The idea is simple: try to prevent users from choosing passwords
  32.     that could be guessed by "Crack" by filtering them out, at the source. 
  33.  
  34.     CrackLib is an offshoot of the the version 5 "Crack" software,
  35.     and contains a considerable number of ideas nicked from the new
  36.     software.  At the time of writing, Crack 5 is incomplete (still
  37.     awaiting purchase of my home box) - but I though I could share
  38.     this with you.      
  39.  
  40.     NOTE THIS WELL: CrackLib is NOT a replacement "passwd" program. 
  41.     CrackLib is a LIBRARY. CrackLib is what trendy marketdroid types
  42.     would probably call an "enabler".   
  43.  
  44.     The idea is that you wire it into your _own_ "passwd" program (if
  45.     you have source); alternatively, you wire it into something like
  46.     "shadow" from off of the net. You can use it almost _everywhere_.
  47.  
  48.     -- Quoted from the POSTER file by Alec Muffett
  49.  
  50. Advertised architectures:
  51.  
  52.     CrackLib has been tested mostly on Suns. If you can point me at
  53.     ways round portability problems (eg: static linking, other
  54.     libraries, etc) I'd be most grateful.       
  55.  
  56.     -- Quoted from the POSTER file by Alec Muffett
  57.  
  58. Prerequisites:
  59.  
  60.     C Compiler
  61.