$ npm install --save bcryptjs To hash a password · // ES6 import bcrypt from 'bcryptjs';bcrypt.hash('my password', 'my salt', (err, hash) => {
確定! 回上一頁