Skip to content
BEAD

Password Generator

Strong, customizable passwords generated with crypto-secure randomness.

Weak

🔒 Generated with window.crypto in your browser. Never transmitted.

About this tool

Uses window.crypto.getRandomValues for cryptographically secure randomness. Passwords are never sent over the network.

Frequently asked

Is the randomness really random?

Yes — passwords are generated with crypto.getRandomValues(), the same cryptographic RNG that backs SSL, sessions, and SubtleCrypto. No external service is involved and no password is ever stored.

How long should my password be?

For most accounts, 16 characters of mixed alphanumeric + symbols is overkill in a good way. For a password manager master password, lean toward 20+ characters or 6+ words from a wordlist (a passphrase).

Why include symbols?

Symbols don't help much against a random brute-force search if you're already long enough, but they defeat naive dictionary attacks. The honest answer: length matters far more than symbol count.

You might also like