Back to home

uckkk

dsh-password-uckkk

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

Stars
0
Language
JavaScript
Created
Aug 16, 2026
Updated
Aug 17, 2026

Introduction

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)