文件名称:mongoose-bcrypt-compare:用于检查多个 bcrypt 哈希密码的实用程序
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-01 17:42:27
JavaScript
猫鼬-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
【文件预览】:
mongoose-bcrypt-compare-master
----.gitignore(19B)
----package.json(657B)
----index.js(984B)
----README.md(970B)