A placeholder key in a .env file should look like the real thing but must never be guessed to be real. The Random Secret / API Key Generator produces cryptographically-random values for exactly that job: prefixed API keys, hex digests, URL-safe tokens, or values from a custom alphabet.
Every value uses crypto.getRandomValues, the browser's secure entropy source. You control prefix, length, alphabet and batch count, so a whole set of .env.example placeholders can be generated in one shot.
Generation never leaves the page — no uploads, no history, no logging.