How to Use
The Caesar Cipher is one of the simplest and most widely known encryption techniques. It works by shifting each letter in the plaintext by a fixed number of positions down the alphabet.
Encoding
To encode a message:
- Enter your message in the input field
- Choose a key between 0 and 25
- Select "Encode"
- The encoded message will appear in the output field
Decoding
To decode a message:
- Enter the encoded message in the input field
- Enter the same key that was used for encoding
- Select "Decode"
- The original message will appear in the output field
Example
With a key of 3:
- "HELLO" encodes to "KHOOR"
- "KHOOR" decodes to "HELLO"