diff options
author | erwin <erwin@FreeBSD.org> | 2003-08-20 07:01:29 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-08-20 07:01:29 +0000 |
commit | a0a74b75c0d95620116f3c568bc171dfd6278df1 (patch) | |
tree | db9f921407d9a0ade49f84c141b3ee2a86cb98ae /security/Makefile | |
parent | db0756dba98ee9b4cc5908204b99d961ac3c8266 (diff) | |
download | FreeBSD-ports-a0a74b75c0d95620116f3c568bc171dfd6278df1.zip FreeBSD-ports-a0a74b75c0d95620116f3c568bc171dfd6278df1.tar.gz |
Add p5-Crypt-GeneratePassword 0.02,
This module lets you generate secure random passwords
with a reasonable amount of pronounceability. It avoids
the problems associated with the FIPS-181 NIST standard
as used by Crypt::RandPasswd. See perldoc for more
details.
PR: 55575
Submitted by: andrew@scoop.co.nz
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 ce6c9a30..6cef2e2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -201,6 +201,7 @@ SUBDIR += p5-Crypt-DH SUBDIR += p5-Crypt-DSA SUBDIR += p5-Crypt-ECB + SUBDIR += p5-Crypt-GeneratePassword SUBDIR += p5-Crypt-HCE_SHA SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-OTP |