My application need to connect to critical data on our server, and i want to encrypt the link to the server, so, How could I do that?
Thanks a lot in advance,
|
My application need to connect to critical data on our server, and i want to encrypt the link to the server, so, How could I do that? Thanks a lot in advance, |
||||
|
|
Use bouncy castle library for encrypt and decrypt. For more information look this article, How to encrypt / decrypt with AES from Bouncy Castle API in J2ME applications. Also look this discussion on Nokia fourm, Data encryption/decryption in J2ME. |
|||
|
|