cracklib-check - Man Page

Check passwords using libcrack2

Synopsis

cracklib-check [-h|--no-echo]

Description

cracklib-check takes a list of passwords from stdin and checks them via libcrack2's FascistCheck(3) sub routine.

Options

--no-echo

Don't echo the password which is ok to the terminal.

-h,  --help

Print help explaining the command line options.

Result

cracklib-check prints each checked password and the corresponding result of FascistCheck(3) to stdout. The password and the result are separated by a colon. When --no-echo is specified, prints only the result if password is ok.

See Also

FascistCheck(3)

Author

This man page was written by Jan Dittberner <jandd@debian.org> for the Debian GNU/Linux System (but may be used by others).

Referenced By

cracklib-format(8), create-cracklib-dict(8).

Sat Jun 21 22:44:33 CEST 2008 Jan Dittberner