NAME

Crypt::Cracklib - Perl interface to Alec Muffett's Cracklib.

SYNOPSIS

  use Crypt::Cracklib;
  my $reason = fascist_check($password, $dictionary);
  print "Ok"  if  check($password, $dictionary);
  print "Bad" if !check($password, $dictionary);

DESCRIPTION

This is a simple interface to the cracklib library.

FUNCTIONS

fascist_check( $password, [ $dictionary ] ) Returns a string value. Either an error, or "ok".
bad_pass( $password, [ $dictionary ] ) Returns a non-empty string on success or an empty string on failure.
check( $password, [ $dictionary ] ) Returns a true or false value if the password is acceptable or not.

AUTHOR

Dan Sully <[email protected]>

BUGS

Please file bugs at https://github.com/dsully/perl-crypt-cracklib/issues

SEE ALSO

perl(1).

Recommended readings

Pages related to Crypt::Cracklib you should read also:

Questions & Answers

Helpful answers and articles about Crypt::Cracklib you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search