Passphrase Generator
Generate secure passphrases from a word list with entropy calculation. Uses crypto.getRandomValues() for secure randomness. Runs entirely in your browser.
Words
Separator
Capitalize
Click "Generate Passphrase" to create a secure passphrase.
Tip: A 6-word passphrase from a ~600 word list provides ~56 bits of entropy — strong enough for most use cases. More words = more security.
Related tools
Password GeneratorCrypto
Generate strong passwords locally in your browser.
Password Strength CheckerCrypto
Estimate password strength locally; no network requests.
Entropy CalculatorCrypto
Calculate password and passphrase entropy in bits with time-to-crack estimates.
Random Bytes GeneratorCrypto
Generate secure random bytes (hex/base64).
Random String GeneratorCrypto
Generate random strings with configurable length, character sets, and options.
Password Policy TesterCrypto
Test passwords against configurable security policies with strength scoring.