How can I use bcrypt/scrypt on appengine for Python?

前端 未结 2 405
抹茶落季
抹茶落季 2021-02-01 18:39

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

2条回答
  •  醉酒成梦
    2021-02-01 18:58

    This guy ported py-bcrypt to pure python so you can use it on GAE: https://github.com/erlichmen/py-bcrypt

提交回复
热议问题