Path to this page:
./
security/ruby-bcrypt,
OpenBSDs bcrypt() password hashing algorithm for Ruby
Branch: pkgsrc-2014Q1,
Version: 3.1.7,
Package name: ruby200-bcrypt-3.1.7,
Maintainer: pkgsrc-usersbcrypt() 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.
= bcrypt-ruby
An easy way to keep your users' passwords secure.
* http://bcrypt-ruby.rubyforge.org/
* http://github.com/codahale/bcrypt-ruby/tree/master
== Why you should use bcrypt
If you store user passwords in the clear, then an attacker who steals a copy of
your database has a giant list of emails and passwords. Some of your users will
only have one password - for their email account, for their banking account, for
your application. A simple hack could escalate into massive identity theft.
It's your responsibility as a web developer to make your web application secure
- blaming your users for not being security experts is not a professional
response to risk.
bcrypt allows you to easily harden your application against these
kinds of attacks.
Required to run:[
lang/ruby200-base]
Master sites: (Expand)
SHA1: 2d41ddbd5410315d7831ec49e25c495aa1827c9d
RMD160: dd02342da98f6e3feec1bdea0c5ba352d74923e5
Filesize: 42.5 KB
Version history: (Expand)
- (2014-04-04) Package added to pkgsrc.se, version ruby200-bcrypt-3.1.7 (created)