Comment on A New, Simple Way to Salt your HashesparentComments−Xichekolas18yFor all you ruby/rails nuts out there, ruby already has a good gem that makes using bcrypt easy:http://bcrypt-ruby.rubyforge.org/It even handles the salting for you, so you don't have to think about it.
Comments
For all you ruby/rails nuts out there, ruby already has a good gem that makes using bcrypt easy:
http://bcrypt-ruby.rubyforge.org/
It even handles the salting for you, so you don't have to think about it.