// cryptographic utility
Secure Password Generator
All randomness generated locally using window.crypto.getRandomValues(). Nothing is sent to any server.
output
—
Entropy157 bits — Extreme
Configuration
24
Security Notes
✓ Uses
crypto.getRandomValues() — CSPRNG, not Math.random()✓ All generation happens in your browser — zero server contact
✓ Aim for 80+ bits of entropy for passwords you rely on daily
✓ A 5-word passphrase is ~48 bits — more memorable than a 20-char random password