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.
Encrypts/decrypts text using a simple RC4 implementation for educational purposes.