Welcome to the caesar-cipher-python project! This is a Python program that helps you encrypt and decrypt messages using the Caesar Cipher technique. Whether you want to keep your secrets safe or just ...
The regular way to run the program is to use "encrypt" first, which will save the encrypted output to a global variable. Then if you use "decrypt", it will reference that variable and decrypt it back ...