RC4.NET
Description
RC4.NET is a library that adds support for encrypting/decrypting using the symmetric RC4 algorithm in the .NET environment. The library is written in C# language, and performs equally well on both the Microsoft CLR and Mono platform.
RC4.NET Web SiteUser Ratings
User Reviews
-
Straight to the point. You'll often need to en(de)crypt chunks of strings, and this project tackles just that out.