Code I feel like saving.
WeakEncryption-This is demonstration code written for a programming contest problem. Involves a simple shift cipher.
AVLTree - This is an implementation of an AVL Tree written in Java. Lots of recursion!
Crypt- This is a collection of Python functions written for cryptography homework to aid in decrpyting some problems.
SHA1- Implementation of the SHA1 hashing algorithm. Reads file from command line, returns hash value.