猫鼬-bcrypt-比较
用于检查在 bcrypt 中散列的多个密码的实用程序。 使您能够检查某个字符串是否已用作密码。
安装
npm 安装猫鼬-bcrypt-比较
依赖关系
加密
用法
checkEachHash ( passwordToCompare , dbResultSet , showLog )
passwordToCompare - > is the string password to be compared to the hash
dbResultSet - > the json result set ( the actual hashed password )
showLog - > shows the log in the node . js server
returns - > true / false
var compare = require ( 'mongoo
1