Caesar Cipher

Encrypt and decrypt text using the Caesar cipher with adjustable shifts.

Input
Result
Customization
3

Caesar Cipher is a substitution cipher where each letter is shifted a certain number of places down the alphabet.

About this Tool

The Caesar cipher is one of the oldest and simplest encryption techniques, named after Julius Caesar who used it for military communications. It works by shifting each letter in the alphabet by a fixed number of positions. For example, with a shift of 3, A becomes D, B becomes E, and so on. While historically significant, Caesar cipher is not secure by modern standards and should only be used for educational purposes or simple obfuscation.

Frequently Asked Questions