/caesar-cipher-sandpit

Implementation of a simple caesar encryption and decryption

Primary LanguagePython

Simple Caesar Cipher

Description

There are two files. One encrypts a given string and the other decrypts a given string.

Improvements to come

Write a code breaker which can break the encryption and find the key.