Golang/App Engine - securely hashing a user's password
I have typically used the bcrypt library to do password hashing, but am
unable to do so because of the libraries use of "syscall." I have also
tried scrypt. What other ways are secure, and which would be the best way?
No comments:
Post a Comment