crypto_generate_token
Generate cryptographically secure random tokens as hex strings for authentication, security, or unique identifiers. Specify byte length for custom token size.
Instructions
[crypto] Generate a cryptographically secure random token. Returns a hex string. length is the number of random bytes (output will be 2× as long in hex). Default 32 bytes → 64-char hex.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No |