validate_key
Validates key strength for Caesar, Vigenère, or XOR ciphers, returning results and recommendations.
Instructions
Validate a key's strength for the specified algorithm.
Args: key: Key to validate algorithm: Target algorithm (caesar, vigenere, xor)
Returns: JSON with validation results and recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| algorithm | No | vigenere |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |