dsh-password-uckkk
其他 活跃维护

dsh-password-uckkk

uckkk/dsh-password-uckkk

提供强随机密码生成能力,同时内置密码强度与信息熵检测功能,可直观评估密码安全等级,操作轻量无冗余依赖,日常创建账号、系统密码时可直接调用校验安全性。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:uckkk/dsh-password-uckkk
git clone https://github.com/uckkk/dsh-password-uckkk.git
git clone git@github.com:uckkk/dsh-password-uckkk.git
README.md main

dsh-password · 密码工具

生成强随机密码、检测密码强度与信息熵。纯 Node(crypto 安全随机)实现。

提供的工具

工具 作用
generate_password 生成强随机密码
password_strength 检测密码强度/熵 + 改进建议

安装

dsh plugin add dsh-password

安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-password"。

用法示例

生成一个 20 位强密码
→ 调用 generate_password(length=20)

安装

dsh plugin add github:uckkk/dsh-password

安装即在本机运行第三方代码,请自行审阅源码。

安装

dsh plugin add github:uckkk/dsh-password

使用

安装后在会话中调用该插件注册的工具即可。

许可

MIT

安装即在本机运行第三方代码,请自行审阅源码。