📜  在 saltRounds 之后使用生成的哈希 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:47.442000             🧑  作者: Mango

代码示例1
bcrypt.hash(myPlaintextPassword, saltRounds, function(err, hash) {
    // Store hash in your password DB.
});