DES,RC4,3DES

2005-03-18 Thread Armada.li
I can call CryptEncrypt and CryptDecrypt to encrypt/decrypt data on windows platform using DES,RC4,3DES... How do I do them on palm platform. I use codewarrior9. Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Re: DES,RC4,3DES

2005-03-18 Thread Ingbert Grimpe
On Fri, 18 Mar 2005 20:07:50 +0800, Armada.li [EMAIL PROTECTED] wrote: I can call CryptEncrypt and CryptDecrypt to encrypt/decrypt data on windows platform using DES,RC4,3DES... How do I do them on palm platform. Check Encrypt.h. You have EncDes (can also be used for 3DES of course