hash = hashlib.sha256(password + salt) ... For python use http://pypi.python.org/pypi/py-bcrypt/ - See http://codahale.com/how-to-safely-store-a-password/.
確定! 回上一頁