File: POSTER

package info (click to toggle)
cracklib2 2.7-8
  • links: PTS
  • area: main
  • in suites: potato
  • size: 424 kB
  • ctags: 113
  • sloc: ansic: 1,914; sh: 1,084; makefile: 166; perl: 63
file content (34 lines) | stat: -rw-r--r-- 1,276 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

CrackLib is a library containing a C function (well, lots of functions
really, but you only need to use one of them) which may be used in a
"passwd"-like program.

The idea is simple: try to prevent users from choosing passwords that
could be guessed by "Crack" by filtering them out, at source.

CrackLib is an offshoot of the the version 5 "Crack" software, and
contains a considerable number of ideas nicked from the new software. 
At the time of writing, Crack 5 is incomplete (still awaiting purchase
of my home box) - but I though I could share this with you. 

NOTE THIS WELL: CrackLib is NOT a replacement "passwd" program. 
CrackLib is a LIBRARY.  CrackLib is what trendy marketdroid types would
probably call an "enabler". 

The idea is that you wire it into your _own_ "passwd" program (if you
have source); alternatively, you wire it into something like "shadow"
from off of the net.  You can use it almost _everywhere_. 

FOR YOUR INFORMATION:

CrackLib has been tested mostly on Suns.  If you can point me at ways
round portability problems (eg: static linking, other libraries, etc)
I'd be most grateful. 

A reference copy of CrackLib (+ large dictionary) can be found via
anonymous FTP at: 
 
	black.ox.ac.uk:~ftp/src/security/cracklib25.tar.Z


					- alec