CodeIgniter Forums
How can I securely communicate between a Java Client and CodeIgniter Server? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: How can I securely communicate between a Java Client and CodeIgniter Server? (/showthread.php?tid=49566)



How can I securely communicate between a Java Client and CodeIgniter Server? - El Forum - 02-25-2012

[eluser]Unknown[/eluser]
I need to securely communicate between a Java Client and a CodeIgniter Server. What is the best way to go about doing that. The data its self is not sensitive and can be sent in the clear, but I need to ensure that the data is correct and coming from the proper Java Client. Should I try encrypting the messages as authentication? Use some hash ticketing system? I am not sure what the best / simplest system is.

Any comments or help in regard to this will be greatly appreciated.