Generate secure random strings for API keys, tokens and test data, from preset or custom alphabets.
Ctrl + Enter to run
Generates random strings of a chosen length and character set, from the same cryptographic random source as the password generator. Typical uses are API keys, invite codes, test fixtures and cache-busting suffixes.
Pick the alphabet deliberately. A code a person will read aloud or retype should exclude visually ambiguous characters — 0 and O, 1 and l and I — while a machine-only token benefits from the widest alphabet you can use, because every added character raises the entropy per position.