This repository contains a simple Caesar cipher program written in Python. The Caesar cipher is a type of substitution cipher in which each letter in the plaintext is shifted a certain number of places down the alphabet.
- Encrypts and decrypts text using a specified shift value.
- Handles shifts greater than 26 by using modulo arithmetic.
- Retains numbers, symbols, and spaces in the input text.
- Allows users to restart the program to encrypt/decrypt multiple messages.
To run this program, you need Python installed on your computer.
- Clone this repository to your local machine.
- Navigate to the cloned directory.
- Ensure you have the
art.py
file in the same directory with alogo
variable containing your ASCII art logo. - Run the program using Python:
python caesar_cipher.py