/caesar-cipher

This is a Python program that implements the Caesar cipher encryption and decryption technique. The Caesar cipher is a substitution cipher where each letter in the plaintext is shifted a certain number of positions down or up the alphabet.

Primary LanguagePythonMIT LicenseMIT

Watchers