Pure Rust implementation of the RC4 stream cipher.
# Cargo.toml
[dependencies]
rc4 = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example encrypting data using RC4.
Use a modern cipher like AES-GCM or ChaCha20-Poly1305.
No dependency data recorded yet.