What this tool does
Apply a Caesar cipher with any shift from 1 to 25. ROT13 (shift 13) is the classic default. Encode and decode by adjusting the shift. Non-letter characters pass through unchanged.
Example input/output
Illustrative sample — your real inputs may look different.
Example input
Hello, World! (shift 13)
Example output
Uryyb, Jbeyq!
How to use
- Type or paste text in the input box.
- Set the shift value (default 13 for ROT13).
- Copy the shifted output. To decode, apply 26 minus the original shift.