32-character password generator

Generate a random 32-character password in your browser. About 210 bits of entropy, cryptographically secure, one-click copy. No signup.

Runs 100% in your browser — nothing you generate leaves your device.

Generated password
Character sets
Entropy
bits
Offline crack time (10¹⁰ guesses/s)

How strong is a 32-character password?

Thirty-two characters is effectively a passphrase-strength secret in symbol form — useful as an API secret or a key you paste once and store in a manager.

With the character sets shown above, each position is drawn from a pool of 94 possibilities, so this password carries roughly 210 bits of entropy — about 1063 equally likely combinations. Every character comes from crypto.getRandomValues() using rejection sampling, so there is no modulo bias skewing the result. Press the button above to generate a fresh one; the entropy and crack-time figures update live if you change the length.

Want a different length or a memorable alternative? The full password generator lets you set any length from 8 to 128, and the passphrase generator builds word-based secrets that are easier to type. To see why a longer password is exponentially harder to crack, read how password entropy works.