File: README

package info (click to toggle)
cracklib2 2.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,148 kB
  • ctags: 411
  • sloc: sh: 11,875; ansic: 2,632; xml: 365; python: 288; makefile: 207; sed: 16
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>