Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
RC2
Symmetric-key block cipher

In cryptography, RC2 (also known as ARC2) is a symmetric-key block cipher designed by Ron Rivest in 1987. "RC" stands for "Ron's Code" or "Rivest Cipher"; other ciphers designed by Rivest include RC4, RC5, and RC6.

The development of RC2 was sponsored by Lotus, who were seeking a custom cipher that, after evaluation by the NSA, could be exported as part of their Lotus Notes software. The NSA suggested a few changes, which Rivest incorporated. After further negotiations, the cipher was approved for export in 1989. Along with RC4, RC2 with a 40-bit key size was treated favourably under US export regulations for cryptography.

Initially, the details of the algorithm were kept secret — proprietary to RSA Security — but on 29 January 1996, source code for RC2 was anonymously posted to the Internet on the Usenet forum sci.crypt. Mentions of CodeView and SoftICE (popular debuggers) suggest that it had been reverse engineered. A similar disclosure had occurred earlier with RC4.

In March 1998, Ron Rivest authored an RFC publicly describing RC2 himself.

RC2 is a 64-bit block cipher with a variable size key. Its 18 rounds are arranged as a source-heavy unbalanced Feistel network, with 16 rounds of one type (MIXING) punctuated by two rounds of another type (MASHING). A MIXING round consists of four applications of the MIX transformation, as shown in the diagram.

RC2 is vulnerable to a related-key attack using 234 chosen plaintexts.

Related Image Collections Add Image
We don't have any YouTube videos related to RC2 yet.
We don't have any PDF documents related to RC2 yet.
We don't have any Books related to RC2 yet.
We don't have any archived web articles related to RC2 yet.

Bibliography

References

  1. RFC 2268. doi:10.17487/RFC2268. https://datatracker.ietf.org/doc/html/rfc2268

  2. Kelsey, Schneier & Wagner 1997. - Kelsey, John; Schneier, Bruce; Wagner, David (1997). "Related-key cryptanalysis of 3-WAY, Biham-DES, CAST, DES-X, NewDES, RC2, and TEA". In Han, Y.; Okamoto, T.; Qing, S. (eds.). Information and Communications Security. Lecture Notes in Computer Science. Vol. 1334. Springer, Berlin, Heidelberg. pp. 233–246. doi:10.1007/BFb0028479. ISBN 978-3-540-63696-0. Retrieved 2018-10-10. https://www.schneier.com/academic/archives/1997/11/related-key_cryptana.html