A terminal-based Caesar Cipher encryption and decryption tool built in Python. This classic cryptographic technique shifts letters in the alphabet by a specified number of positions.
- Download the Project Folder: Clone or download the repository.
- Run the Cipher: Open the file
playCaesarCipher.batto start the program in your terminal. - Follow the Prompts:
- Type
encodeto encrypt a message. - Type
decodeto decrypt a message. - Enter your message and the shift number when prompted.
- The program will display the encoded or decoded result and ask if you want to go again.
- Type
- Clone or Download: Get the project files from the repository.
- Execute the Script: Double-click
playCaesarCipher.batto start the terminal application. - Interact with the Program: Follow on-screen instructions to encode or decode messages.
Feel free to test it out and explore the classic Caesar Cipher encryption and decryption method!
