A project for encoding and decoding text using various cyphers. This was done for my Applied Cryptography class. All the code was written in smalltalk
#Usage
Note: this code was written using Pharo smalltalk. Though it may be compatible with other smalltalk images, it is recommended that you use Pharo to run it. If you have not already done so, go to the Pharo website: http://pharo.org/ and follow their instructions to download and set up Pharo on your operating system.
- Clone this repo or download the .st file int a direcory of your choice
- Click 'Import' under the File menu
- navigate to the directory where you stored the files from this repo
- Select all the files, and click ok.
- Congrats! youve just loaded my code into your Pharo image.