现在我需要迁移到Golang,并且需要使用db中保存的用户密码进行身份验证。 Node.js加密代码是: var bcrypt = require('bcrypt'); bcrypt.genSalt(10, function(err, ...
確定! 回上一頁