Format design
Use stable prefixes to distinguish test/live keys and simplify automated validation logic.
Generate high-entropy API keys with custom prefixes for test and live environments.
Updated
Quick start
Choose prefix and entropy length to create keys.
Use environment-safe prefixes.
Adjust random body length and count.
Copy generated keys into secure stores.
In-depth guide
Generate prefixed high-entropy API keys for local development and internal environment seeding.
Use stable prefixes to distinguish test/live keys and simplify automated validation logic.
Never commit generated live keys into source control; use secret managers and rotation policies.
Use this tool for quick browser-based work when you need an answer or output immediately. Use a dedicated application or automated workflow when you need bulk processing, approvals, or repeatable production rules.
Browser-first by design. The tool page explains any exception before you use it.
Your input is handled in the browser wherever the tool can process it locally. EpitomeTool does not add an upload step unless a tool page explicitly says so.
Yes. Prefix input supports environment tags like sk_test_ or prod_.
Randomness uses browser cryptographic RNG.
No. Output is generated in memory and stays in your browser.
Keep exploring
Hand-picked utilities that pair well with the one you're on — all free, client-side, and zero-signup.
Encrypt and decrypt text locally with AES-256-GCM and passphrase-derived keys.
Generate signed HS256 JWTs from custom header and payload JSON locally.
Generate 6-digit rolling TOTP codes and otpauth URIs from Base32 secrets.
Shrink PDF file size without uploading to a server.
Body Mass Index with metric / imperial inputs and WHO category bands.
Combine multiple PDFs into one in your browser.
Split a PDF by pages or page ranges, download as zip.