RC4 is a symmetric stream cipher and variable key length algorithm RC4 generates a pseudo-random stream of bits (a key-stream). As with any stream cipher, these can be used for encryption by combining ...
This is a simple implementation of RC4 cipher referring to Wikipedia: http://en.wikipedia.org/wiki/RC4. The keys and plaintext are ASCII, the keystream and ciphertext ...