Caesar Cipher
Encode or decode text using the classic Caesar cipher shift algorithm.
About this tool
The Caesar cipher is one of the oldest and simplest encryption techniques, named after Julius Caesar who reportedly used it to communicate with his generals. It works by shifting each letter in the plaintext by a fixed number of positions in the alphabet. This tool lets you encode or decode any text with a shift value from 0 to 25, view an alphabet mapping visualization, and explore all 26 possible shifts at once in a brute-force table — perfect for solving puzzles or learning the basics of cryptography.
How to use
- 1 Type or paste your text into the input field.
- 2 Choose Encode to encrypt or Decode to decrypt.
- 3 Drag the shift slider or type a number between 0 and 25.
- 4 The result appears instantly below.
- 5 View the alphabet mapping to see which letters correspond.
- 6 Use the brute-force table to see all 26 possible decoded outputs.
Frequently Asked Questions
Encrypt and decrypt text with the Vigenère cipher and explore classical ciphers.
Encrypt and decrypt text with a password using AES-GCM and WebCrypto — fully client-side.
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text or files — runs offline in your browser.
Encode or decode Base64 strings — works for text and files.