Dan Sully > Crypt-Cracklib-1.4 > Crypt::Cracklib

Download:
Crypt-Cracklib-1.4.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  1
View Bugs
Report a bug
Module Version: 1.4   Source  

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).