Caesar Cipher in Python
Tue, Sep 21, 2010
One-minute read
I just wrote a simple encryption application using the caesar cipher. I wrote the same in C++ a while ago but this version is, in my opinion, much better coded.
I decided to stop learning C++ and learn Python instead.
Here is the file: ccipher1.zip
Use at your own risk!