

Encryption On PalmOS? 8
TheTomcat asks: "I'm planning on writing some software for Handspring Visor (or any palmOS device) in PocketC (because I can develop in pocketC directly on the Palm, and I don't have time to learn the SDK), but I would like to encrypt the data that is stored in case the handheld gets lost, stolen, or somehow gets into the wrong hands. Setting the Private Bit is not good enough. Simply, I want simple encryption that is very secure, fast, and can be unlocked by a passphrase (thanks to graffiti). I'm looking at an algorithm called Tiny Encryption Algorithm (TEA), but the spec is dated November 1994, so I'm not sure if it would still be considered secure. Any help would be much appreciated, especially if you can point me at some C source. Thanks!"
fileSafe (Score:2)
Strip (Score:1)
There is an excellent Palm OS program called Strip [zetetic.net] from Zetetic Enterprises. It stores passwords securely using IDEA or DES encryption.
The source code is available at the site (with export restrictions). Perhaps that would help you?
GNU Keyring (Score:2)
Frank Bynum
UT Austin undergrad
already available (Score:1)
--
Rijndael and/or Blowfish (Score:2)
The number one concern you have with a Palm is its limited memory and processor. You don't want an algorithm which requires a lot of overhead or which has extremely slow throughput. Algos like 3DES are out for this reason.
My own two cents says go for Rijndael and/or Blowfish. Blowfish isn't suitable for apps which do key initialization a lot, but you don't sound like you need that.
Either way, you'll be getting a cipher with a lot of cryptanalysis and a fair degree of trust from the cryptographic community.
If you're looking for C source, check GNU Privacy Guard--Blowfish is already in there, and Rijndael should be there soon.
JAWS (Score:1)
http://www.rodeoisland.com/jaws/jaws_info3.htm [rodeoisland.com]
and find a review and help from ZDnet here:
http://www.zdnet.com/zdhelp/stories/main/0,5594,2
What about compression for the Palm? (Score:1)
Re:JAWS (Score:1)
Snake Oil FAQ [interhack.net]
Counterpane Cryptogram Article [info-sec.com]
I was unable to find a description of the JAWS algorithm on the JAWZ website (JAWS Home Page [jawstech.com]), now that they have become a security consulting firm. The best I could find was a small redaction of the original JAWS claims here: 4comm DataEncryptor [4comm.com].
I wonder if anybody still has a copy of the original JAWZ claims (quite a hoot).