On Mar 15, 3:14 pm, "Ikai Lan (Google)" <[email protected]> wrote: > Wow, there are no pure Python bcrypt libraries. I was just talking to Nick > (he's sitting next to me today, normally he's in Sydney) and he mentions > that there should be a pure Python implementation of pbkdf2, which is just a > generalization of repeated SHA1 hashing with a salt.
There is a pure python pbkdf2 implementation: http://www.dlitz.net/software/python-pbkdf2/ A copy of that module is included in Beaker if you want to be able to get it with easy_install/pip/buildout: http://beaker.groovie.org/modules/pbkdf2.html#module-beaker.crypto.pbkdf2 -Chris -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
