check password strength:一个简单的npm软件包用于检查特定密码短语的密码强度。 基于Javascript RegEx的密码强度检查器 源
总览 一种检查某个密码短语的密码强度的简单方法。 基于密码强度检查器。 安装 npm i check-password-strength --save 设置和基本用法 const passwordStrength = require('check-password-strength') console.log(passwordStrength('asdfasdf').value) // Weak (It will return weak if the value doesn't match the RegEx conditions) console.log(passwordStrength(
文件列表
check-password-strength-master.zip
(预估有个8文件)
check-password-strength-master
.gitignore
2KB
package.json
1KB
package-lock.json
234KB
LICENSE.md
1KB
.travis.yml
39B
index.test.js
8KB
index.js
1KB
README.md
4KB
暂无评论