decrypt an encrypted xml file using compact framework

  • Thread starter Thread starter janhm
  • Start date Start date
J

janhm

Hello,

using vs.net 2003.

i need to encrypt an xml file, then decrypt it when my pocket pc application
reads the xml file, and displays its content.

please note this is on compact framework.

need some advice on how i should go about doing that, thanks,


//jan
 
Jan,

The 2.0 version of the compact framework supports many of the classes in
the System.Security.Cryptography namespace. I would use that.

Hope this helps.
 
ok, thanks.

//Jan
Nicholas Paldino said:
Jan,

The 2.0 version of the compact framework supports many of the classes
in the System.Security.Cryptography namespace. I would use that.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

janhm said:
Hello,

using vs.net 2003.

i need to encrypt an xml file, then decrypt it when my pocket pc
application reads the xml file, and displays its content.

please note this is on compact framework.

need some advice on how i should go about doing that, thanks,


//jan
 

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

Back
Top