Ming Lai
0
Q:

npm bcrypt

npm i bcryptjs

# yarn
yarn add bcryptjs
1
npm install bcrypt
1
const hash = bcrypt.hashSync(myPlaintextPassword, saltRounds);// Store hash in your password DB.
2

New to Communities?

Join the community