File: README

package info (click to toggle)
cracklib2 2.7-19
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 384 kB
  • ctags: 114
  • sloc: ansic: 1,931; sh: 67; makefile: 65; perl: 46
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>