What this tool does
It generates random browser-only values in three styles: customizable strings, grouped API-key-style values, and raw tokens encoded as URL-safe Base64 or hex.
Generate random strings, API-key-style values, and secure tokens with Web Crypto directly in your browser. The generated output never leaves the page, is never uploaded, and is never stored in server memory.
Random string mode is useful for invite codes, fixture data, and any situation where you want a customizable random string.
Token mode starts from raw random bytes, then encodes them into URL-safe Base64 or hex.
It generates random browser-only values in three styles: customizable strings, grouped API-key-style values, and raw tokens encoded as URL-safe Base64 or hex.
Generation happens inside your browser with Web Crypto, so the server never receives the output and never stores it in server memory.
This tool only generates random values. It does not register keys with another service, and generated API-key-style output is just formatting unless a system on your side chooses to accept it.