This is a Python program that encrypts and decrypts text using the Caesar cipher technique. The Caesar cipher is a type of substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet.
Encrypts and decrypts text using the Caesar cipher. Allows the user to specify the shift value. Handles spaces correctly. Provides an option to repeat the process or quit.
Python 3.x installed on your machine.
-
Clone the repo to your machine.
-
Open and run "cypher.py"