🎲

Random String Generator

Generate cryptographically secure random strings — API keys, tokens, IDs

Frequently Asked Questions

Are these strings truly random?

Yes. We use the Web Crypto API (crypto.getRandomValues) which provides cryptographically secure pseudo-random numbers suitable for generating API keys, tokens, and secrets.

What length should I use?

For API keys and tokens, 32-64 characters is standard. For session IDs, 128 bits (32 hex characters) is recommended by OWASP. For shorter identifiers, 8-16 characters may suffice.