Encryption for the CF

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi everyone,

I am looking for encryption class.component for the Compact Framework

Thanks,
Samuel
 
We're using the C# port of the BouncyCastle library
(http://www.bouncycastle.org/csharp/) and are quite happy with it (awesome
functional range and unit tests). To compile it for .NET CF you have to make
some small modifications (i.e. removing Serializable attribute references).

Christian
 
Back
Top