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.

How to Use

What this tool does

Encrypts/decrypts text using a simple RC4 implementation for educational purposes.

Steps

  1. Encrypt: type plaintext โ†’ Encrypt โ†’ enter key โ†’ ciphertext appears below.
  2. Decrypt: paste ciphertext โ†’ Decrypt โ†’ enter same key โ†’ plaintext restored.

Examples

Notes