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 versioning, automatic salt handling, and the ability to produce hashes that are computationally difficult to compute to reduce the risks of attacks.
March 2, 2007 at 8:46 pm
Thanks for the link, Peter!
Slight correction -- I only use OpenSSL for a decent source of random data. Everything else takes place in the C extension.