generate_key
Generate a cryptographically secure random key with configurable length and character set. Specify a purpose for audit logging.
Instructions
Generate a cryptographically secure random key.
Args: length: Key length (8-64 characters) charset: Character set - alphanumeric, hex, alpha, or full purpose: Description of key purpose for audit log
Returns: JSON with generated key and security info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | ||
| charset | No | alphanumeric | |
| purpose | No | general |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |