/Caesar-Cipher-Encrypter-Decrypter

This project is a Python program that uses the Caesar cipher to encrypt and decrypt messages. It takes a message and a numerical key as input and outputs the resulting cipher text. It can also decrypt the cipher text and find the encryption key used. It's a simple way to learn about encryption and decryption algorithms.

Primary LanguagePython

Stargazers