Encrypt and decrypt text with Caesar cipher using adjustable shift amount (1-25). Caesar Cipher is a free online tool from the ToolsRift Text Encoding Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
The Caesar cipher is one of the oldest encryption techniques. It shifts each letter by a fixed number of positions in the alphabet. Julius Caesar used a shift of 3.
Use the negative shift (or 26 minus the shift). For example, to decrypt text encrypted with shift 5, use shift 21 (or shift -5).
Yes, easily. There are only 25 possible shifts to try. Caesar cipher is not secure for real encryption but useful for learning cryptography.