diff options
author | kris <kris@FreeBSD.org> | 2001-08-23 07:03:56 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-23 07:03:56 +0000 |
commit | 4e4808a6d89948b27cc4a60b3148ff819669dce3 (patch) | |
tree | 9f550ab6b8c060b91964a964d40fd6b37d30e99f /security/Makefile | |
parent | 4b36c2dff734e8f04a2918b7ea5b24a4492d24ca (diff) | |
download | FreeBSD-ports-4e4808a6d89948b27cc4a60b3148ff819669dce3.zip FreeBSD-ports-4e4808a6d89948b27cc4a60b3148ff819669dce3.tar.gz |
Add ppgen 1.0, a program to generate random passphrases from dictionary
words, with a desired amount of entropy.
Obtained from: OpenBSD
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 e7c4fb8..5a88104 100644 --- a/security/Makefile +++ b/security/Makefile @@ -140,6 +140,7 @@ SUBDIR += pktsuckers SUBDIR += portscanner SUBDIR += portsentry + SUBDIR += ppgen SUBDIR += pscan SUBDIR += py-amkCrypto SUBDIR += py-fchksum |