Caesar Cipher
Encrypt/decrypt with the Caesar shift cipher — any shift 1-25, ROT13 preset, brute-force solver showing all 25 candidates, and frequency-analysis auto-crack. 100% private.
About Caesar Cipher
Encrypt/decrypt with the Caesar shift cipher — any shift 1-25, ROT13 preset, brute-force solver showing all 25 candidates, and frequency-analysis auto-crack. 100% private. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.
FAQ
Is the Caesar cipher secure?
No. The Caesar cipher is a classical cipher from antiquity — it has only 25 possible keys and is trivially broken by frequency analysis. Never use it for real security. It's included here for education and puzzle-solving.
How does the brute-force solver work?
It tries all 25 possible shifts, computes a chi-squared statistic comparing the letter frequencies of each candidate plaintext to English, and ranks them. The lowest chi-squared score is the most likely correct decryption.
Related tools
Add Line Breaks
Insert line breaks into text — word-wrap at a column width, split on a delimiter, or break every N characters/words. Unicode-correct, word-safe, with CJK/emoji support. 100% private.
Add Prefix/Suffix to Lines
Add a prefix and/or suffix to every line — wrap in quotes, build HTML lists, add SQL commas, number lines with a counter token. Skip empty, regex-conditional, escape for JSON/HTML/SQL. 100% private.
Big Text Generator
Convert text to big, wide Unicode styles — fullwidth, bold sans, monospace, circled, squared. Copy-paste into bios, chats, and usernames. 100% private, accessibility-honest.