crypto_random_bytes
Generate cryptographically secure random bytes in hex format for use as nonces, salts, or initialization vectors (IVs).
Instructions
[crypto] Generate random bytes and return as hex. Useful for nonces, salts, or IVs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |