Caesar Cipher Tool
Encrypt and decrypt text using the Caesar cipher — shifting each letter by a fixed number of positions. Includes brute force mode to crack unknown shifts.
What Does This Tool Do?
The Caesar cipher is one of the oldest encryption methods — used by Julius Caesar himself. Each letter is shifted a fixed number of positions along the alphabet. "Hello" with a shift of 3 becomes "Khoor". This tool encrypts text with any shift from 1-25, decrypts with a known shift, and includes a brute force mode that tries all 25 possible shifts at once.
Key Features
How to Use This Tool
- Paste or type your text.
- Set the shift amount (1-25). ROT13 = shift of 13.
- Choose Encrypt, Decrypt, or Brute Force mode.
- Click Apply to transform the text.
How It Works
Each letter is shifted along the alphabet by the specified number of positions, wrapping around from Z back to A. Uppercase and lowercase letters are handled independently — "A" shifted by 3 becomes "D", "Z" shifted by 3 becomes "C". Non-letter characters are passed through unchanged.
Common Use Cases
Frequently Asked Questions
Is the Caesar cipher secure?
No — it's trivially breakable by trying all 25 possible shifts (brute force) or by frequency analysis. It provides no real security and should only be used for puzzles and learning.
What is ROT13?
ROT13 is a Caesar cipher with a shift of 13. Since the alphabet has 26 letters, ROT13 applied twice returns the original text — the same operation both encodes and decodes.
Related Tools
Link to This Tool
Copy and paste the code below to link to this tool from your website: