On 9/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Friends

I'm looking for a library which allows me to sign a string using
the RSA algorithm with my private key (PEM format). I've
tried with pilotSSLeay but it didn't work for me, due low
memory problems, so anybody knows about any library
which makes the task i need ?. I'm working with PalmOS 5.2
over a Palm Zire 31, using codewarrior and prc-tools.

you can always roll your own RSA/signing verification code.
we did this, we use Java to do the signing on the desktop/server
and we have 100% C code, which, is fairly quick to validate
signatures on the handheld side.

its very portable - we use it in our multi-platform engine and it
runs perfectly on palm, pocket pc, mac osx, windows and
symbian :) if you are just looking for a signature validation suite;
maybe we could consider licensing it.

you can contact me offline on [EMAIL PROTECTED]

--
// Aaron Ardiri

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

Reply via email to