Use a secure random token for API keys, password resets, authentication identifiers, and similar tasks.
Token options
- Choose between uppercase, lowercase, numbers, symbols, and optional dashes.
- Tokens are generated securely using the browser’s cryptographic random source.
- Length can be adjusted from 8 to 128 characters for strong keys.