A program that encrypts and decrypts messages using the Caesar cipher, one of the oldest and simplest encryption techniques. It shifts each letter in the message by a fixed number of positions in the alphabet.
- Encrypt a message
- Decrypt a message
- Brute Force Decrypt