07-06-2009 06:36 AM
Hi All,
I have developed an application, in which i need to sync the data stored in persistent storage to the server. I do this task with the help of http url. I want to implement security to the data which I am sending to the service and getting from the service over the air.
Are there any tools or encryption logic which will asure me that my data is secure over the air.
Thanks,
rdhepe
07-06-2009 06:42 AM
Check these KB Articles.
07-06-2009 06:44 AM
07-06-2009 06:52 AM
Thanks for your reply. I have one concern that my BB application is developed with RIM libraries, and I have used java on the server side. Do I need to send the random key at the server with encrypted data or some other thing?
Is there any other thing which will not change the code, just by applying that will solve the security problem?
07-06-2009 07:05 AM
Thanks for your reply. I have one concern that my BB application is developed with RIM libraries, and I have used java on the server side. Do I need to send the random key at the server with encrypted data or some other thing?
Is there any other thing which will not change the code, just by applying that will solve the security problem?
07-06-2009 07:07 AM
07-06-2009 07:09 AM
Agree with simon.. Choose one algorithm, implement yourself..
Cheers..