diff options
author | miwi <miwi@FreeBSD.org> | 2011-01-30 20:08:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-01-30 20:08:25 +0800 |
commit | bd6da148bcecdb9713a45bd054ef70e1ae08181c (patch) | |
tree | 92d8d0d70cd60d22a4ec55ad9fc04d9a43f8e6e5 /security/Makefile | |
parent | 4e0b19abd4d1b86caa3a9a4f74c25d813aa113a5 (diff) | |
download | freebsd-ports-gnome-bd6da148bcecdb9713a45bd054ef70e1ae08181c.tar.gz freebsd-ports-gnome-bd6da148bcecdb9713a45bd054ef70e1ae08181c.tar.zst freebsd-ports-gnome-bd6da148bcecdb9713a45bd054ef70e1ae08181c.zip |
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD
project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper
for safely handling passwords.
WWW: http://rubygems.org/gems/bcrypt-ruby
PR: ports/153965
Submitted by: Jason Helfman <jhelfman at experts-exchange.com>
Feature safe: yes
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 a492853b313e..9dd45ab5c858 100644 --- a/security/Makefile +++ b/security/Makefile @@ -753,6 +753,7 @@ SUBDIR += ruby-pam SUBDIR += ruby-password SUBDIR += ruby-tcpwrap + SUBDIR += rubygem-bcrypt-ruby SUBDIR += rubygem-ezcrypto SUBDIR += rubygem-net-scp SUBDIR += rubygem-net-sftp |