Cracklib(3pm) User Contributed Perl Documentation Cracklib(3pm)

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.

Dan Sully <daniel@cpan.org>

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

perl(1).

2024-03-31 perl v5.38.2