Your question is a little vague. Yes, you can implement DES and many other encryption algorithms on the palm.
DES is a pretty common algorithm, with the details published widely. Applied Cryptography, by Schneier(sp) is probably one of the better resources. If I were you, I would probably hunt down some source code although because of the memory limitations, it may not be easy to port directly(from windows source or unix). As popular as it is, DES is still somewhat complicated, and can be confusing just to understand how it works let alone code it. There is tons of information that can be found via google. Good luck, Keith M ----- Original Message ----- From: "fawaz bokhari" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, May 22, 2002 1:14 AM Subject: DES in PDA > Hi, > > I am developing my final year project and need some > help regarding encryption in a prc file. > > I am developing an application on a pda using code > warrior in which i want to implement DES or anyother > encryption algorythm in my prc file. > What i mean from this is that you enter text into a > text field e.g password or username and that text > should be encrypted. > > My question is, can I implement DES or any other > algorythm in a prc file. > > Need immediate help. > Fawaz > > __________________________________________________ > Do You Yahoo!? > LAUNCH - Your Yahoo! Music Experience > http://launch.yahoo.com > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
