Skip to content

dsh-password-uckkk

Verified

dsh-password-uckkk · v0.1.0 · MIT

密码工具:生成强随机密码、检测密码强度与信息熵

Install

dsh plugin add dsh-password-uckkk

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Published to npm without a public repository. Inspect the package contents before installing.

Tags

Readme

dsh-password-uckkk · 密码工具

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

提供的工具

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

安装

dsh plugin add dsh-password-uckkk

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

用法示例

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