Chuyển đến nội dung chính

dsh-password-uckkk

Đã xác minh

dsh-password-uckkk · v0.1.0 · MIT

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

Cài đặt

dsh plugin add dsh-password-uckkk

Xác nhận layer đã áp bằng dsh --profile default --dump-config — xem hướng dẫn cài plugin.

Mã nguồn

Phát hành lên npm mà không có repository công khai. Hãy kiểm tra nội dung package trước khi cài.

Thẻ

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)