Assignment Two
This assignment is to implement the RC4 Cipher. See
http://www.fact-index.com/r/rc/rc4_cipher.html for the equations defining RC4. Modify
Assignment One by using the RC4 cipher instead of the SecureRandom class. Also use XOR instead of mod 256 arithmetic.
This assignment is due Tuesday March 1.