Ciphers shiftrotencryptdecrypt

Caesar Cipher

Shift letters by a fixed number of positions.

About the Caesar Cipher Tool

Shift letters by a fixed number of positions. This free online tool runs entirely in your browser — no login, no installation, and no data is stored.

This tool is part of the Ciphers category on NumbersChecker. Browse all Ciphers tools or explore all 139 tools.

Related: shift · rot · encrypt · decrypt

API usage
POST /api/caesar
Content-Type: application/json

{
  "text": "HELLO WORLD",
  "shift": 13
}