Back to techniques

Caesar Cipher

Encryption

Definition

A substitution cipher that shifts each alphabet letter by a fixed number of positions.

Use Case

Great for teaching the concept of keys and reversible encryption in beginner cryptography classes.

Note

Very weak security. This is educational only and should never protect real secrets.

Demo shift used here: 3