diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-19 20:05:56 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-19 20:05:56 +0000 |
commit | ef77b2bf81c60940af0a9aa42b5a14f5c61b8d33 (patch) | |
tree | 507f2c4a0314dcf418b5d10dd8f9b2b7c77916eb /security/ruby-password/pkg-descr | |
parent | 1bd6bcee7f7a9cda2c6cac420b81e1b12ac638fe (diff) | |
download | ports-ef77b2bf81c60940af0a9aa42b5a14f5c61b8d33.tar.gz ports-ef77b2bf81c60940af0a9aa42b5a14f5c61b8d33.zip |
Add ruby-password, a Ruby library to create, verify and manipulate
passwords.
Notes
Notes:
svn path=/head/; revision=66738
Diffstat (limited to 'security/ruby-password/pkg-descr')
-rw-r--r-- | security/ruby-password/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/ruby-password/pkg-descr b/security/ruby-password/pkg-descr new file mode 100644 index 000000000000..985bbd94a5c7 --- /dev/null +++ b/security/ruby-password/pkg-descr @@ -0,0 +1,6 @@ +Ruby/Password comprises a set of useful methods for creating, +verifying and manipulating passwords. It includes an interface to +CrackLib, a library commonly used for checking password strength. + +WWW: http://www.caliban.org/ruby/ruby-password.shtml +Author: Ian Macdonald <ian@caliban.org> |