πŸ” Caesar Cipher

Encode or decode text using the classic Caesar cipher

Shift Settings

Classic Caesar: shift = 3
πŸ’‘ Caesar Cipher Tips:
• The Caesar cipher shifts each letter by a fixed number of positions
• With shift=3: A→D, B→E, ..., Z→C
• "Letters Only" preserves spaces, numbers, and punctuation unchanged