forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
430 B
Text
7 lines
430 B
Text
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Data-Password/
|