This Python code implements a Caesar Cipher, which is a simple encryption technique. It works by shifting each letter in a message by a certain number of positions down the alphabet.
encryptor caesar-cipher decryptor simple-project caesar-cipher-algorithm caesar-cipher-python encryptor-decryptor python-caesar
-
Updated
Jun 4, 2024 - Python