Token Generator

Random tokens for API keys, secrets and nonces.

Generate cryptographically random tokens in hex, Base64, Base64URL or alphanumeric form, with length and count controls. Useful as raw material for API keys, session secrets or nonces.

Limitations

Length is measured in output characters — entropy differs by encoding. The tool does not store, rotate or revoke secrets and is not a substitute for a secrets manager or KMS.

Recommended tools

FAQ

Hex, Base64, Base64URL and alphanumeric.

Hex, Base64, Base64URL and alphanumeric.

No, the generation is performed locally in the browser. The tool is not a secret manager and does not restore the token after the page is closed.