GUR FRPERG VF UVQQRA VA CYNVA FVTUG
Shift 13: THE SECRET IS HIDDEN IN PLAIN SIGHT
ROT13 is Caesar shift 13. In the all-shifts table, shift 13 reveals the readable plaintext.
Crack a Caesar cipher by trying every possible shift automatically. Paste ciphertext, run all Caesar decryptions at once, compare the results, and find the most likely plaintext even when the shift key is unknown.
GUR FRPERG VF UVQQRA VA CYNVA FVTUG
Shift 13: THE SECRET IS HIDDEN IN PLAIN SIGHT
ROT13 is Caesar shift 13. In the all-shifts table, shift 13 reveals the readable plaintext.
PHHW PH DW WKH ROG EULGJH
Shift 3: MEET ME AT THE OLD BRIDGE
A typical Caesar cipher puzzle. Brute force tries every shift and makes the shift 3 plaintext easy to spot.
HAAHJR HA KHDU
Shift 7: ATTACK AT DAWN
Short ciphertext can be harder to rank automatically. Review all candidates and use the readable row as the answer.
WKH TXLFN EURZQ IRA MXPSV RYHU WKH ODCB GRJ
Shift 3: THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
Longer natural-language text gives the frequency scorer more evidence, so the likely shift is easier to identify.
A Caesar cipher uses one fixed letter shift for the whole message. That makes it easy to encrypt, but also easy to crack: there are only as many possible keys as there are letters in the selected alphabet.
This Caesar cipher solver brute-forces the ciphertext by decrypting it with every possible shift. For English, it checks shifts 0 through 25; for other supported alphabets, it uses the full alphabet size. The results are shown together so you can scan every candidate plaintext instead of guessing the key manually.
The tool also scores each result with a language-frequency check and marks the most likely shift. For normal sentences, the best-ranked line is often the original plaintext; for very short messages, names, abbreviations, or puzzle fragments, it is still worth reviewing all shifts by eye.
Use Caesar brute force when you have a suspicious message that looks like a shift cipher but you do not know the key. It is a fast way to decode Caesar cipher text in classroom exercises, escape-room clues, CTF challenges, geocaching hints, ARG puzzles, and historical cryptography examples.
Paste the encrypted text, choose the matching alphabet, and look for the row that reads like natural language. If the message is in English, common words such as THE, AND, YOU, THAT, or SECRET usually make the correct shift stand out immediately.
This method also solves ROT13, which is simply Caesar cipher with shift 13 in the English alphabet. If the ciphertext was produced by a different cipher, the all-shifts table may still show interesting patterns, but it will not recover a complete plaintext.
Brute force and frequency analysis are related, but they are not the same workflow. Caesar brute force is exhaustive: it tries every key, so the correct answer is guaranteed to appear somewhere in the list when the text really is a Caesar cipher and the right alphabet is selected.
Frequency analysis is broader. It studies letter distributions and can help attack many substitution ciphers, estimate language, or compare statistical patterns. This solver uses a lightweight frequency score only to rank Caesar outputs; the final decision still comes from reading the candidate plaintext.
Classic letter-shift cipher with custom shift values.
Fixed 13-letter Caesar shift with no key required.
Analyze text frequencies and compare them with known language patterns for cryptanalysis.
Online letter frequency analyzer with heatmap, letter counts, and language comparison.