2005-09-02 03:34:09 +02:00
|
|
|
Data::Password checks potential passwords for crackability. It checks that the
|
|
|
|
password has the appropriate length, that it has enough character groups, that
|
|
|
|
it does not contain the same characters repeatedly, that it does not contain
|
|
|
|
ascending or descending characters, or characters close to each other on the
|
|
|
|
keyboard. It also searches for the password in the ispell word file.
|
|
|
|
|
2005-09-22 20:57:24 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Data-Password/
|