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


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


AUTHOR

Dan Sully <daniel@cpan.org>


SEE ALSO

perl(1).

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