This is the second in a series of post covering Cryptography in .net or the System.Security.Cryptography namespace. 

RC2

RC2 method of encryption (block cipher). This algorthim also uses the symmetric method of encrypting data. Unlike DES, RC2 uses variable key sizes giving greater protection against bruteforce attacks. 

RC2 ciphers are vulnerable to related-key attacks using chosen plaintext. RC2 is relatively efficiently implemented and is well documented.

The properties and methods are much the same for this as in my post Cryptography in .NET I’m not going to post any code.

 For more information:

just googleit