🔐 Caesar Cipher

Encrypt and decrypt messages with a simple shift cipher

3

How It Works

The Caesar cipher shifts each letter by a fixed number of positions in the alphabet. For example, with shift 3: A->D, B->E, C->F, etc. Both parties need to know the shift in order to encrypt and decrypt messages.