密码生成器

选项

自定义您的密码设置

您的文本将被转换并与随机字符组合 (0/20)

16
1264

将您的易记文本与随机字符和l33t转换相结合以提高安全性。每次生成都会产生不同的密码。

1
120

生成的密码

您的安全密码
密码将显示在这里...

关于此工具

Password 生成器 已本地化为简体中文。可用于验证、转换、检查和导出结果,无需把数据上传到服务器。

使用方法

Password 生成器 已本地化为简体中文。可用于验证、转换、检查和导出结果,无需把数据上传到服务器。

限制与重要说明

Password 生成器 已本地化为简体中文。可用于验证、转换、检查和导出结果,无需把数据上传到服务器。

Technical Details

Edge Cases & Tricky Inputs

  • Some websites restrict special characters — use the character set toggles to exclude them.
  • Generated passwords use crypto.getRandomValues() which is CSPRNG (Cryptographically Secure Pseudo-Random Number Generator).

Performance & Processing

  • Password generation is instant — entropy is calculated and displayed in real-time.
  • Bulk generation of up to 100 passwords at once is supported.

Developer Notes

  • Password strength is measured in bits of entropy: 64+ bits is strong, 80+ bits is very strong.
  • The generator never stores or transmits passwords — generation happens entirely in your browser.

Known Limitations

  • Passphrase mode uses a fixed English word list — non-English passphrases are not supported.
  • No password manager integration — copy the password manually.