RailsCasts Pro episodes are now free!

Learn more or hide this

Pawe? Go?cicki's Profile

GitHub User: pjg

Site: http://sagraffo.pl/

Comments by Pawe? Go?cicki

Avatar

Although there is some benefit in using bcrypt vs the traditional sha1 (actually the only one I can see is a much more cpu power required to generate each hash/password), I would still stick to sha1 when rolling out my own authentication solution. At least that's what I did in my simply_authenticate Rails plugin:

https://github.com/pjg/simply_authenticate/

(btw. there is some utf8 related problem with getting my username from github).