password-generator:JavaScript 密码生成器

时间:2021-07-13 05:09:03
【文件属性】:
文件名称:password-generator:JavaScript 密码生成器
文件大小:35KB
文件格式:ZIP
更新时间:2021-07-13 05:09:03
JavaScript 密码生成器 没有任何外部依赖的独立 JavaScript 工具。 可配置: 长度 有还是没有 小写字符 大写字符 数字 特殊的角色 括号 减号 下划线字符 空格字符 在线演示: : (即将推出) 如何使用 初始化示例 基本的 var passwort = new PasswortGenerator ( ) ; console . log ( passwort . get ( ) ) ; 先进的 var _options = _options || window . _options || { } ; _options . el = document . querySelector ( '.pw' ) ; _options . length = 8 ; _options . lowercase = true
【文件预览】:
password-generator-master
----.jshintrc(7KB)
----index.html(3KB)
----password-generator.min.js(1KB)
----Gruntfile.js(2KB)
----.travis.yml(115B)
----LICENSE(1KB)
----README.md(1KB)
----password-generator.js(3KB)
----tests()
--------index.html(461B)
--------lib()
--------phantom()
--------tests.js(6KB)
----.gitignore(18B)
----package.json(530B)

网友评论