Ω
OmniToolbox

Caesar Cipher & ROT13

A simple substitution cipher tool. Shift the alphabet to quickly encode or decode secret messages completely offline in your browser.

Input Text

Operation Mode

A shift of 13 is commonly known as ROT13, where encoding and decoding are the exact same operation.

Result (encoded)

Result will appear here...

Alphabet Shift Visualization

ABCDEFGHIJKLMNOPQRSTUVWXYZ
NOPQRSTUVWXYZABCDEFGHIJKLM

What is the Caesar Cipher?

The Caesar cipher is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on.

What is ROT13?

ROT13 ("rotate by 13 places") is a special case of the Caesar cipher where the shift is exactly 13. Because the English alphabet has 26 letters, a shift of 13 means that encoding and decoding use the exact same algorithm. It is frequently used in online forums as a means of hiding spoilers, punchlines, puzzle solutions, and offensive materials from the casual glance.

The Ancient Art of Cryptography

More than 2,000 years ago, Julius Caesar sent secret military orders to his generals by shifting every letter of the alphabet down by three spaces. This simple substitution technique is known as the Caesar Cipher. While it won't stop modern hackers, it remains the foundational concept behind all modern encryption algorithms. Use this tool to encode secret messages, solve geocache puzzles, or instantly apply the famous ROT13 shift.

How a Substitution Cipher Works

The Caesar Cipher is incredibly easy to execute mechanically, but mathematically brilliant for its time:


How to Use This Tool

  1. Upload or Input Data: Select your file or paste your data directly into the tool interface. Everything remains on your device.
  2. Configure & Process: Adjust any optional settings if necessary. The tool will process your data instantly inside your browser.
  3. Download Result: Preview the output and click the download or copy button to save your final results.

Frequently Asked Questions

Can a computer crack a Caesar Cipher?

A computer can crack it in less than a millisecond using a 'Brute Force' attack. Because there are only 25 possible shifts in the English alphabet, the computer just tests all 25 instantly and looks for dictionary words.

Does this tool encrypt numbers and punctuation?

No, standard substitution ciphers only target the letters A-Z. Any numbers, spaces, commas, or emojis in your text will be completely ignored and passed through to the final message untouched.

How did ancient generals decode the message?

Symmetric cryptography requires a shared 'Key'. Caesar would privately tell his general before the war, "Always shift backwards by 3." The general would receive the gibberish letter, shift everything -3, and read the plain text.