RC4 Encrypt/Decrypt

About RC4

1) RC4 is a stream cipher used historically in wireless and SSL/TLS.

2) Fast, simple, with variable key length.

3) Known key stream weaknesses can expose plaintext.

4) Deprecated in most modern standards and protocols.