caesar_cipher
Encrypt or decrypt text using the Caesar cipher with adjustable shift and mode options.
Instructions
Encrypt or decrypt text using the Caesar cipher.
Parameters:
text — Text to encrypt or decrypt.
shift — Shift amount (default: 3).
mode — 'encrypt' (default) or 'decrypt'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| shift | No | ||
| mode | No | encrypt |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |