When using has_secure password in rails, how can I change the default cost factor BCrypt uses when creating the password digests?
I'd like to do this because the default cost factor used -- 10 -- is apparently a bit low (this post recommends setting it to 12 at least).