Download Latest Version CLT-0.9.tar.gz (21.5 kB)
Email in envelope

Get an email when there's a new version of Cryptographic Learning Tool

Home / CLT-0.2
Name Modified Size InfoDownloads / Week
Parent folder
README 2010-03-19 896 Bytes
CLT_caesar.py 2010-03-19 2.6 kB
CLT_RSA.py 2010-03-19 7.5 kB
LICENSE.txt 2010-03-19 1.5 kB
Totals: 4 Items   12.5 kB 0
This tool is intended to assist individuals interested in learning cryptography. Cryptographic algorithms included are RSA, Vignére cipher, Caesar cipher, Ubchi, with others to come. Code has been written in python and commented for learning ease.  

All files to be encrypted MUST be stored in the same directory as the program.

To install, find a suitable location on your hard drive for the source code and move the project to there.

To run the program:
    Open the terminal application, located under utilities
    Navigate to the program directory  
        mac users: cd /Users/<user>/<location>
        for example: cd /Users/Robert/Documents/CLT
    Type ./CLT.py or the name of any of the modules you wish to run
    The modules are not case-sensitive but if data is entered incorrectly, it     	will quit
    File names MUST have the extension included in encryption and decryption
Source: README, updated 2010-03-19