Secure messaging services...

Hi All,

I want to develop secure messaging services using j2me. Basically the messages will be sent via sms but there will be a crypto process...I plan to use the public key....but im confused in choosing the right one for j2me considering that our handphone couldn't do the complex calculation...anyone can give me a gud idea?& why did u choose that?

Thx b4 in advance...

[396 byte] By [abanka] at [2007-11-27 6:19:11]
# 1
> I want to develop secure messaging services using> j2me.A few years back (2002), when I had to program cells, I used the Bouncy Castle lib for J2ME. So you might want to google for that. Maybe there are better options nowadays, I have no idea.
karma-9a at 2007-7-12 17:33:34 > top of Java-index,Java Essentials,Java Programming...
# 2

> Hi All,

>

> I want to develop secure messaging services using

> j2me. Basically the messages will be sent via sms but

> there will be a crypto process...I plan to use the

> public key....but im confused in choosing the right

> one for j2me considering that our handphone couldn't

> do the complex calculation...anyone can give me a gud

> idea?& why did u choose that?

>

> Thx b4 in advance...

You should try the J2ME forums. Try spelling your words properly also and people may take you a little more seriously.

http://forum.java.sun.com/category.jspa?categoryID=23

_helloWorld_a at 2007-7-12 17:33:34 > top of Java-index,Java Essentials,Java Programming...