bcrypt import. const bcrypt = require('bcryptjs');. // hash with auto generated salt. let hashAutoSalt = bcrypt.hashSync('password');.
確定! 回上一頁