caesar_crack
Uses frequency analysis to break Caesar cipher encryption, returning the most probable plaintext and shift. Optionally displays all 26 shifts.
Instructions
Crack Caesar cipher using frequency analysis.
Args: ciphertext: Encrypted text to crack show_all: Show all 26 possible decryptions
Returns: JSON with most likely plaintext and shift value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ciphertext | Yes | ||
| show_all | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |