密碼強度檢測器
根據字元集大小和常見密碼清單檢測你密碼的熵值。完全離線執行。
如何使用本工具
- 1
Type or paste a password into the input field.
- 2
Read the rating (Very weak to Excellent) and the estimated entropy in bits shown below the field.
- 3
Follow the specific suggestions, such as adding uppercase letters, numbers, or symbols, or increasing the length.
- 4
Clear the field when you are done so the password does not stay on screen.
什麼是密碼強度檢測器?
密碼強度以熵的位元數來衡量:即符合你字元集和長度的可能密碼數量的以2為底的對數。60位元是NIST的最低建議值;超過80位元可抵禦國家級別的攻擊。本工具會計算熵值,將其與最常見的10個密碼進行核對,並提出具體的改進建議。
常見使用場景
Quickly sanity-checking a password you just made up before using it on a new account.
Showing a teammate or family member why length and a symbol matter more than they expect.
Demonstrating in a security training session how entropy grows as you add character classes.
Confirming a password is not literally one of the ten most common passwords before saving it.
Comparing two candidate passphrases to see which character mix yields more estimated bits.
Teaching students the brute-force entropy formula by watching the bit count change as they type.
常見問題
我的密碼會被傳送到任何地方嗎?▼
最低強度是多少?▼
相關工具
密碼雜湊產生器(PBKDF2)
使用 PBKDF2-SHA256 在你的瀏覽器中產生安全的密碼雜湊。比 MD5 或簡單 SHA 更強,工作因子可調。
HMAC產生器
使用SHA-1、SHA-256、SHA-384或SHA-512產生HMAC簽章。
AES-256 加密
使用 AES-256-GCM 加密和解密文字。金鑰透過 PBKDF2-SHA256 從你的通行碼衍生而來。
2FA QR Code 產生器
為 Google Authenticator、Authy、1Password 及其他 2FA 應用程式產生 TOTP QR Code。
凱撒密碼編碼與解碼工具
使用凱撒密碼對文字進行編碼或解碼:按固定位移替換字母。
ROT13編碼與解碼工具
使用ROT13對文字進行編碼或解碼:一種位移13位、且自身互逆的凱撒密碼。