1Data::Password checks potential passwords for crackability. It checks that the
2password has the appropriate length, that it has enough character groups, that
3it does not contain the same characters repeatedly, that it does not contain
4ascending or descending characters, or characters close to each other on the
5keyboard. It also searches for the password in the ispell word file.
6