rot13
Encode or decode text using the ROT13 cipher, a self-inverse substitution that shifts letters by 13 positions. Ideal for simple obfuscation.
Instructions
Apply ROT13 cipher (self-inverse: encoding = decoding).
Args: text: Text to encode/decode
Returns: JSON with ROT13 result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |