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.
encryptorcaesar-cipherdecryptorsimple-projectcaesar-cipher-algorithmcaesar-cipher-pythonencryptor-decryptorpython-caesar
-
Updated
Jun 4, 2024 - Python