Caesar Cipher

Caesar Cipher Overview

Shift letters to encrypt messages

The Caesar Cipher is one of the oldest encryption techniques in history, named after Julius Caesar, who used it for secret military correspondence. It is a substitution cipher where each letter is shifted by a fixed number (the 'key'). For example, with a shift of 1, A becomes B. While easily crackable by modern standards, it is a fantastic tool for learning the basics of cryptography and creating simple puzzles or escape room clues.

How to Use Caesar Cipher

Frequently Asked Questions

How do I crack it?
Since there are only 25 possible shifts, you can just try them all (Brute Force) until the message makes sense.
Does it encrypt numbers?
Typically, no. The Caesar Cipher only shifts letters (A-Z). Numbers and punctuation usually remain unchanged.

Related Text Tools