Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CLT-0.8.tar.gz | 2011-03-07 | 21.4 kB | |
CLT_XOR.pyc | 2011-03-07 | 4.1 kB | |
CLT_vigenere.pyc | 2011-03-07 | 6.1 kB | |
CLT_XOR.py | 2011-03-07 | 4.2 kB | |
CLT_vigenere.py | 2011-03-07 | 5.7 kB | |
CLT_RSA.pyc | 2011-03-07 | 7.6 kB | |
CLT_caesar.pyc | 2011-03-07 | 4.2 kB | |
CLT_RSA.py | 2011-03-07 | 7.3 kB | |
CLT_caesar.py | 2011-03-07 | 3.8 kB | |
baseconv.py | 2011-03-07 | 3.5 kB | |
baseconv.pyc | 2011-03-07 | 3.4 kB | |
MANIFEST | 2011-03-07 | 124 Bytes | |
README | 2011-03-07 | 896 Bytes | |
INSTALL | 2011-03-07 | 264 Bytes | |
LICENSE | 2011-03-07 | 1.5 kB | |
CHANGELOG | 2011-03-07 | 175 Bytes | |
Totals: 16 Items | 74.3 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