TextToolbox Instant text & writing tools

New: a password generator built on real cryptographic randomness

· TextToolbox

Plenty of “random” password generators quietly reach for Math.random() because it’s the obvious function name. It’s also the wrong tool for the job: Math.random() is a fast pseudo-random generator meant for animations and games, not secrets, and it is not cryptographically secure.

Our new random password generator uses crypto.getRandomValues() instead — the same quality of randomness browsers use for encryption keys:

Settings sync to the URL so you can share a pre-configured link — the generated password itself never does, since a live secret has no business in your browser history.

Also available en español and embeddable with a single iframe.

Share this result