File: README

package info (click to toggle)
cracklib2 2.8.12-8lenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,952 kB
  • ctags: 168
  • sloc: sh: 9,047; ansic: 2,392; xml: 365; makefile: 203; sed: 16; python: 1
file content (17 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Example for cracklib2
---------------------

This example demonstrates the usage of cracklib2. Just enter a
potential password and the program will answer whether it is good, and
if not, why.

Usage: copy Makefile and cracklib_example.c into a writable directory,
run 'make' and start 'cracklib_example'.

You must have the package cracklib-runtime installed to actually make
it work, since otherwise cracklib has no wordlists to check against.

cracklib-runtime also provides a test program crack_testlib(8) which
has a similar function.

Martin Pitt <mpitt@debian.org>