Description
Implements the legacy RC4 stream cipher in Ruby. It is mainly useful for compatibility with old formats or systems that still require RC4, not for new secure designs.
RC4 is considered broken for modern cryptographic use. Avoid it for new security features, and migrate to authenticated modern encryption whenever possible.