Decrypt and Encrypt messages with a Python Caesar Cipher
Prerequisites: Access to terminal/CMD (Windows) Python 3 git
Steps to use:
- Open Windows CMD or Linux Terminal
- git clone https://github.com/dannydiaz17/caesar-cipher/
- cd into clone directory
- Run python Caesar-complete.py
If you run into any issues with python, try python3 instead