Hardcore Secure Password Hashing with bcrypt-ruby

In Cool, Ruby Tricks

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.

Vaguely Related Posts (Usually)

One Comment Response to “Hardcore Secure Password Hashing with bcrypt-ruby”

  1. #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.