WebServices & Encrypting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I plan to develop an application using .NET CF. This app should access a server, through some WebServices

Does anyone know any approach in order ro encryt the data that will be sent and received

thanks & regards
 
Hi, thank you

Is it possible to use this namespace as standalone? eg: Do I have to install OpenCF? Do you have any sample

My first goal is to use .NET CF only

tks & regards
 
You have a couple of options if you don't want to deploy the entire Smart
Device Framework. You can either deploy just the OpenNETCF.dll which
contains the Cryptography namespace, or you can take the source code for the
functionality you require and build your own custom dll.
More detail on the three deployment methods here:-
http://blog.opennetcf.org/pfoot/PermaLink.aspx?guid=455e2ee5-26b8-4063-b6a0-90aec75e179c

Casey's original article on Cryptography has a sample smartphone
application.
http://wwww.brains-n-brawn.com/spCrypt/

Peter
 
Back
Top