I want make an authentication system for my app along the lines of SUAS, except instead of using SHA256 for hashing passwords I\'d like to use bcrypt or scrypt. Unfortunately bo
This guy ported py-bcrypt to pure python so you can use it on GAE: https://github.com/erlichmen/py-bcrypt