Crypt::Cracklib - Perl interface to Alec Muffett's Cracklib.
use Crypt::Cracklib; my $reason = fascist_check($password, $dictionary);
print "Ok" if check($password, $dictionary); print "Bad" if !check($password, $dictionary);
This is a simple interface to the cracklib library.
Returns a string value. Either an error, or "ok".
Returns a true or false value if the password is acceptable or not.
Dan Sully <daniel@cpan.org>
perl(1)
.