RC4
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
|||
Line 12: | Line 12: | ||
== Software == | == Software == | ||
* [https://www.openssl.org/ OpenSSL] | * [https://www.openssl.org/ OpenSSL] | ||
+ | * [[MCrypt]] | ||
== Links == | == Links == |
Revision as of 18:19, 26 December 2015
RC4 (also called ARC4 or ARCFour) is a widely-used cryptographic stream cipher, designed by Ron Rivest in 1987. It was originally a trade secret that was licensed for use in proprietary software. It was leaked or reverse-engineered in 1994.RC4 is unusual in that it is purely a stream cipher, not a CBC (cipher block chaining) mode of a block cipher.
Though not completely broken (as far as we know), several cryptographic weaknesses have been found in it. Its use is discouraged.