Caesar Cipher
Encode and decode messages with a simple letter shift
Encode and decode messages with a simple letter shift
The Caesar cipher is one of the earliest and simplest forms of encryption. It's a substitution cipher where each letter in the plaintext is "shifted" a certain number of places down the alphabet. For example, with a shift of 3, 'A' would become 'D', 'B' would become 'E', and so on.
While named after Julius Caesar, who used it for his private military correspondence, the Caesar cipher is not secure for modern communication. However, it's a fantastic tool for learning the basic principles of cryptography and encryption. Use it to send fun, secret messages to friends or to understand how simple letter substitution works!