RC4 Cipher Tool - ARC4 Stream Cipher Encrypt/Decrypt
Encrypt and decrypt with RC4 (ARC4) stream cipher. Legacy encryption for WEP, SSL analysis, and protocol research. Free online RC4 tool.
Security Warning: RC4 is cryptographically broken and should NOT be used for securing data. This tool is for educational purposes, legacy system analysis, and CTF challenges only.
RC4 Stream Cipher
Key is used as UTF-8 bytes (1-256 bytes)
Algorithm Details
Type: Stream cipher
Designer: Ron Rivest (1987)
Key size: 1-256 bytes
State: 256 bytes + 2 indices
Status: Deprecated, insecure
Known Vulnerabilities
- Initial keystream bias
- Related-key attacks
- Fluhrer-Mantin-Shamir attack
- Klein's attack
- Royal Holloway attack
Historical Use
- WEP (broken 2001)
- WPA-TKIP (deprecated)
- SSL 3.0 / TLS 1.0-1.2
- Microsoft Office 97-2003
- PDF encryption v1-3