Generate cryptographic random strings for API keys, JWT secrets, and session tokens.
Use these for API keys, JWT secrets, session secrets, and similar tokens. Choose the format that matches what your system expects — hex for most databases, base64url for web tokens, alphanumeric for systems that reject special characters.