Data::Password::Check

Data::Password::Check can sanity check passwords.
Download

Data::Password::Check Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chisel Wright
  • Publisher web site:
  • http://search.cpan.org/~chisel/Data-Password-Check-0.08/lib/Data/Password/Check.pm

Data::Password::Check Tags


Data::Password::Check Description

Data::Password::Check can sanity check passwords. Data::Password::Check can sanity check passwords.Users can be lazy. If you're a perl programmer this is a good thing. If you're choosing a password this is a bad thing.This module performs some sanity checks on passwords. Details on checks than can be performed are described below.SYNOPSISBasic use of the module is as follows: use Data::Password::Check; # check a password my $pwcheck = Data::Password::Check->check({ 'password' => $some_password }); # did we have any errors? if ($pwcheck->has_errors) { # print the errors print( join("n", @{ $pwcheck->error_list }), "n" ); } Requirements: · Perl


Data::Password::Check Related Software