READMESource: main@51674c20
dsh-password-uckkk · 密码工具
生成强随机密码、检测密码强度与信息熵。纯 Node(crypto 安全随机)实现。
提供的工具
| 工具 | 作用 |
|---|---|
generate_password |
生成强随机密码 |
password_strength |
检测密码强度/熵 + 改进建议 |
安装
dsh plugin add dsh-password-uckkk
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-password-uckkk"。
用法示例
生成一个 20 位强密码
→ 调用 generate_password(length=20)
No comments yet. Be the first to write one.