Caesar Cipher (Shift Cipher)

Summary: Each letter is shifted by a fixed number of positions in the alphabet. The classic Caesar cipher uses a shift of 3, but any shift value (1-25) can be used.

Example (Shift 3):

Plain:  A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Cipher: D E F G H I J K L M N O P Q R S T U V W X Y Z A B C

Encryption:

Decryption: Shift back by 3 (or shift forward by 23).

Common shifts to try:

Additional Example (Shift 7):

Plain:  A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Cipher: H I J K L M N O P Q R S T U V W X Y Z A B C D E F G

Brute Force Decryption Example: Given ciphertext: KHOOR

Try all 26 shifts:

ROT13 Example: