I have a Palm app written in C that transfers data between itself and a web server written in C#.
What I need to do is encrypt the data while it is being transfered, so I've been looking into encryption libraries and algorithms that I could use. I need encryption routines that will work identically under both C and C#, and I'm having some troubles finding this. There seem to be plenty of libraries out there that will encrypt data on one platform or another, but not many that will work for both. So can anyone give me some guidance or advice on how I should go about doing this? -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
