Package : perl-Data-Password

Package details

Summary: Perl extension for assessing password quality

Description:
This module checks potential passwords for crackability. It checks that the
password is in the appropriate length, that it has enough character groups,
that it does not contain the same characters repeatedly or ascending or
descending characters, or characters close to each other in the keyboard. It
will also attempt to search the ispell word file for existence of whole
words. The module's policies can be modified by changing its variables.
(Check "VARIABLES"). For doing it, it is recommended to import
the ':all' shortcut when requiring it:

_use Data::Password qw(:all);_


URL: http://search.cpan.org/dist/Data-Password
License: GPL+ or Artistic

Maintainer: buchan

List of RPMs