3 HELLO WORLD
KHOOR ZRUOG
Alphabet: English. Shift: 3. Mode: encrypt. Each letter is moved three positions forward.
Encrypt and decrypt text with the Caesar cipher online using custom shift values and multiple alphabets. One of the oldest and most widely known classical encryption methods.
3 HELLO WORLD
KHOOR ZRUOG
Alphabet: English. Shift: 3. Mode: encrypt. Each letter is moved three positions forward.
3 KHOOR ZRUOG
HELLO WORLD
Alphabet: English. Shift: 3. Mode: decrypt. The same shift is applied in reverse to restore the original text.
13 HELLO
URYYB
Alphabet: English. Shift: 13. ROT13 is a special Caesar cipher variant commonly used to obscure text.
5 HELLO, WORLD!
MJQQT, BTWQI!
Only letters are shifted. Spaces, punctuation marks, and other symbols remain unchanged.
The Caesar cipher is a substitution cipher that shifts each letter in the selected alphabet by a fixed number of positions. For example, with a shift of 3, A becomes D, B becomes E, and C becomes F.
Encryption moves letters forward through the alphabet, while decryption moves them backward by the same shift value. Spaces, numbers, and punctuation are usually preserved unchanged.
Because the method is simple and predictable, it is often used to introduce the basic ideas of classical cryptography: plaintext, ciphertext, keys, encryption, and decryption.
The Caesar cipher is not considered secure by modern standards. Since only a small number of shift values are possible, an attacker can test every option very quickly.
Despite its weakness, the cipher remains useful for education, puzzles, and demonstrations because it clearly shows how a secret key changes readable text into ciphertext.
If you need to recover an unknown shift automatically, use Caesar Cracker for key search and analysis.
The Caesar cipher is named after Julius Caesar, who is traditionally associated with using letter-shift encryption to protect military messages.
Although the method is extremely weak today, it remains one of the most recognizable historical ciphers and an important starting point for learning how substitution ciphers work.
Classic digraph substitution cipher with keyword matrix encryption.
Classical reciprocal cipher based on a keyword.
Vigenere-style classical cipher that uses a numeric key.
Keyword-based polyalphabetic encryption and decryption.
XOR-based Vernam encryption with Base64 output.
Classical A/B encoding and text steganography with the Bacon cipher.