Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Hardcore Secure Password Hashing with bcrypt-ruby

By Peter Cooper / March 2, 2007

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.

Comments

  1. Coda Hale says:

    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.

Other Posts to Enjoy

Twitter Mentions