Diceware Password Generator
Generate strong, memorable passphrases using the EFF diceware wordlist with cryptographic randomness
Diceware Generator
Cryptographically secure passphrase from 613 words
Your Passphrase
bike-went-soft-gear-feel
Security Analysis
Entropy
46.3
bits
Wordlist Size
613
words
Est. crack time (10¹² guesses/sec, offline)
43 seconds
Why Diceware?
- •Passphrases are easier to remember than random character strings
- •Each word adds ~9.3 bits of entropy — stacking words multiplies security exponentially
- •Selected from a 613-word EFF-style list using a cryptographically secure RNG
- •Resistant to dictionary attacks because the full word combination space is enormous
Generated entirely in your browser using crypto.getRandomValues() — a cryptographically secure pseudorandom number generator. No data leaves your device.
继续探索
您可能喜欢的其他 安全工具…
Password Strength Checker
Check password strength and get suggestions to improve security
二维码生成
为链接、文本等生成二维码
QR Code Reader
Read and decode QR codes from uploaded images
Barcode Generator
Generate barcodes in CODE128, EAN-13, and other formats
SSH 密钥生成器
使用 Web Crypto API 生成 Ed25519 或 ECDSA SSH 密钥对——100% 在浏览器中运行
RSA 密钥生成器
使用 Web Crypto API 生成 PEM 格式的 2048 位或 4096 位 RSA 密钥对——100% 在浏览器中运行
Hash Compare
Compare two hash values to verify file integrity or passwords
TOTP / 2FA 生成器
从密钥生成基于时间的一次性密码(TOTP)——兼容 Google Authenticator