const bcrypt = require("bcryptjs") const password = "mypass123" const saltRounds = 10 bcrypt.genSalt(saltRounds, function (err, ...
確定! 回上一頁