Cryptography Question

S

Simone M

Hello,
I'm new to encryption so please bear with me. I have a large text file
that I use with my PPC app. Some data in this file need to be
encrypted. I would like to encrypt the data in the server, then upload
the file to the PPC, and decrypt it with my PPC app. Is there any .NET
encryption class that allows me to encrypt in the server and decrypt it
in the PPC?

All I need is to encrypt the file in the server, and decrypt it in the
PPC.

Also, it would be better if the class used letters and numbers for
encryption (no funny characters) as I need the data to be sorted.

Thanks in advance,
-- Simone
 
G

Guest

Hi Simone,

Get smart device framework v1.3 on www.opennetcf.org and have a look to the
OpenNETCF.Security.Cryptography Namespace. I'm sure you'll find it really
interesting.

Enjoy it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top