bcrypt-ruby

Available Version(s): 2.0.3, 2.0.2, 2.0.1, 2.0.0, 1.0.0

Description: OpenBSD's bcrypt() password hashing algorithm.

Related Links

bcrypt-ruby: Secure Password Hashing | Archives | codablog | Coda Hale
colleague Coda Hale just released a sweet bcrypt-ruby gem that does password hashing right. It also provides for future-proofing by enabling you to assign a
http://blog.codahale.com/2007/02/28/bcrypt-ruby-secure-password-hashing/

WebFaction Forum / ruby gem bcrypt-ruby
Can we get the ruby gem bcrypt-ruby installed for Rails use? Or is this a gem I'll have to install on my own? I'm not really up to speed on installing gems (though I'm trying!).
http://forum.webfaction.com/viewtopic.php?id=988

RubyForge: BCrypt For Ruby: Project Filelist
bcrypt-ruby-2.0.3.gem: 24 KB: 10: Any.gem (RubyGem) bcrypt-ruby-2.0.3.tgz: 21 KB: 9: Any: Source .gz: bcrypt-ruby-2.0.3.zip: 26 KB: 9: Any: Source .zip 2.0.2 2007-06-07 17:46
http://rubyforge.org/frs/?group_id=3166

acts-as-authentable - Google Code
Installing bcrypt-ruby: gem install bcrypt-ruby. Installing acts_as_authentable: ./script/plugin install http://acts-as-authentable.googlecode.com/svn/trunk/acts_as_authentable
http://code.google.com/p/acts-as-authentable/

RubyForge: BCrypt For Ruby: Project Filelist
bcrypt-ruby-2.0.3.gem: 24 KB: 13: Any.gem (RubyGem) bcrypt-ruby-2.0.3.tgz: 21 KB: 9: Any: Source .gz: bcrypt-ruby-2.0.3.zip: 26 KB: 10: Any: Source .zip 2.0.2 2007-06-07 17:46
http://rubyforge.org/frs/?group_id=3166&release_id=21954

Hardcore Secure Password Hashing with bcrypt-ruby
Coda Hale has announced the release of his new 'bcrypt-ruby' gem. bcrypt-ruby brings simple OpenSSL powered password hashing to Ruby along with some useful features like hash ...
http://www.rubyinside.com/hardcore-secure-password-hashing-with-bcrypt-ruby-410.html

footle ยป Do Passwords Right With bcrypt-ruby
My colleague Coda Hale just released a sweet bcrypt-ruby gem that does password hashing right. It also provides for future-proofing by enabling you to assign a computational cost ...
http://blog.footle.org/2007/02/28/do-passwords-right-with-bcrypt-ruby/

Plugins - Gems - Agile Web Development
I'm trying to use this to freeze the bcrypt-ruby gem. Whenever I try to require 'Bcrypt' I get the following: MissingSourceFile: no such file to load -- Bcrypt
http://agilewebdevelopment.com/plugins/gems

Plugins - acts_as_authentable - Agile Web Development
Installing bcrypt-ruby: gem install bcrypt-ruby Installing acts_as_authentable: ./script/plugin install http://acts-as-authentable.googlecode.com/svn/trunk/acts_as_authentable
http://agilewebdevelopment.com/plugins/acts_as_authentable

rubyspec - Feature #44: New spec for String#split: it does not call ...
The bcrypt-ruby gem relies on this behaviour. I'm not entirely happy with how the spec is expressed; I want to say something like: (t, u) = s.split(/:/) t.should_not_have_received ...
http://rubyspec.org/issues/show/44