> I need to encrypt/decrypt data for my project too, although I do not 
> need to sort it while it is encrypted. I found some code on the archive 
> that uses the RC4 algorithm (posted by Alan Ingleby) but my customer 
> does not think RC4 is secure enough. Has anyone written code for AES 
> or 3-DES that they are willing to share?

RC4 is pretty good, a good implementation uses a dynamic key. the
only problem (but, also a benefit) is that it is symmetric. you use
the same key to decrypt and encrypt. 

but, if thats not sufficient, you should look at a public/private key
system :) and, that stuff is very computational intensive. OS5 CPM
libaries have routines to verify RSA signing, but nothing there for
doing encryption/decryption yet.

---
Aaron Ardiri
PalmOS Certified Developer
[EMAIL PROTECTED]
http://www.mobilewizardry.com/members/aaron_ardiri.php

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to