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,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.