String Encryption

  • Thread starter Thread starter RC
  • Start date Start date
R

RC

Hi,

I now try to encrypt a simple string by c# on .NET CF (PPC) and decrypt the
string by c# on .NET Framework (Desktop).

Any sample code for doing that?

I have tried OpenNetCF, however, there is no CryptoStream Class which is
necessary for encryption/decryption in .NET framework.

Thanks
 
Back
Top