x402node_crypto_random-bytes
Generate cryptographically secure random bytes with configurable length (1-256) and encoding (hex or base64) for tokens, keys, or nonces.
Instructions
Random bytes generator / cryptographic random / CSPRNG / secure random / random token / nonce generator / session key / API secret generator / random hex base64. Generate cryptographically secure random bytes in hex or base64 encoding.
Price: unknown on Base (auto-paid in USDC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoding | No | hex | base64 (default hex) | |
| length | No | Number of bytes (1-256, default 16) |