2 unstable releases
0.1.0 | Mar 29, 2022 |
---|---|
0.0.0 | Oct 6, 2016 |
#2680 in Cryptography
8,204 downloads per month
Used in 10 crates
(6 directly)
17KB
120 lines
RustCrypto: RC4
Pure Rust implementation of the RC4 stream cipher.
⚠️ Security Warning
This crate is provided for the purposes of legacy interoperability with protocols and systems which mandate the use of RC4.
However, RC4 is cryptographically broken and unsuitable for further use!!!
RFC7465 and RFC8758 prohibit the use of RC4 in TLS and SSH protocols respectively, noting that cryptographic weaknesses in the cipher's design make it practical to recover repeatedly encrypted plaintexts.
USE AT YOUR OWN RISK!
Minimum Supported Rust Version
Rust 1.56 or higher.
Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.
SemVer Policy
- All on-by-default features of this library are covered by SemVer
- MSRV is considered exempt from SemVer as noted above
License
Licensed under either of:
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~380KB