Caesars Cipher
Description
This project demonstrates the classical Caesar cipher encryption technique, where each letter in a message is shifted by a specified number of positions within the alphabet. The tool supports both encryption and decryption and was initially developed as a Python command-line application. It was later enhanced with a Streamlit-based web interface to offer a more interactive user experience.