On Fri, 2002-09-20 at 02:10, Dragomir Goranov wrote: > Does anyone have an implementation of the DES algorythm for Palm OS?
There's a system trap called EncDES. You can see the prototype in .../Core/System/Encrypt.h. It just encodes a single block, so you have to write your own function that will encode all the blocks in your plaintext. -- Dave Carrigan Seattle, WA, USA [EMAIL PROTECTED] | http://www.rudedog.org/ | ICQ:161669680 UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
