Caesar Cipher
Encode or decode text using the classic Caesar cipher shift algorithm.
Acerca de esta herramienta
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.
Cómo usar
- 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.
Preguntas frecuentes
Cifre y descifre texto con el cifrado Vigenère y explore los cifrados clásicos.
Cifre y descifre texto con una contraseña usando AES-GCM y WebCrypto — completamente del lado del cliente.
Genere hashes SHA-1, SHA-256, SHA-384 y SHA-512 a partir de texto o archivos — funciona sin conexión en su navegador.
Codifica o decodifica cadenas Base64 — funciona para texto y archivos.