密碼生成器

選項

自定義您的密碼設置

您的文本將被轉換並與隨機字符組合 (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.