diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-02 09:34:09 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-02 09:34:09 +0800 |
commit | f3fde3adebb90185bf62a7982206c8a76c6eae49 (patch) | |
tree | 1dac56c891e9142956bdca954ae092d65bbccff5 /security/Makefile | |
parent | 388c57323516e5d9528105265b0a91d66ad21bc8 (diff) | |
download | freebsd-ports-gnome-f3fde3adebb90185bf62a7982206c8a76c6eae49.tar.gz freebsd-ports-gnome-f3fde3adebb90185bf62a7982206c8a76c6eae49.tar.zst freebsd-ports-gnome-f3fde3adebb90185bf62a7982206c8a76c6eae49.zip |
Add p5-Data-Password.
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/~razinf/Data-Password/
PR: ports/84513
Submitted by: ports@c0decafe.net
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 8307a0c1aa18..7bff0805f04e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -309,6 +309,7 @@ SUBDIR += p5-Crypt-Twofish2 SUBDIR += p5-Crypt-UnixCrypt SUBDIR += p5-Crypt-xDBM_File + SUBDIR += p5-Data-Password SUBDIR += p5-Digest SUBDIR += p5-Digest-BubbleBabble SUBDIR += p5-Digest-HMAC |