cyberchef_rot13
Apply ROT13 or a custom Caesar shift to text, preserving letter case and non-alphabet symbols. Decode or obfuscate strings with a simple rotation cipher.
Instructions
Applies the ROT13 substitution cipher or an arbitrary Caesar cipher shift to alphabetic characters while preserving case and non-alphabet symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The text string to rotate using the Caesar/ROT cipher. | |
| amount | No | Optional integer offset count for the rotation. Default is 13 for standard ROT13. Range is typically 1 to 25. |