Caesar subtitution cipher Simple Transposition Cipher
This is a collection of python programs to demonstrate the use of ciphers in cryptography. These are console applications. Running these applications would require a Python IDE with python(V3.3 and up) installed The results after running these programs can be written to a file for track keeping To make these applications executables on windows the module by py2exe is one way to go you can can download and find documentation here http://www.py2exe.org/