caesar_decrypt
Decrypt text encrypted with Caesar cipher by providing the ciphertext and the shift value used.
Instructions
Decrypt ciphertext using Caesar cipher with known shift.
Args: ciphertext: Text to decrypt shift: Number of positions that were shifted
Returns: JSON with decrypted plaintext
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ciphertext | Yes | ||
| shift | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |