I have an app that uses sockets to send and receive criminal information, like when a cop pulls you over and runs your license plate.

For production, I need this to be secure (good enough for the FBI). Is there an easy way to do this given my current setup? Would I be better off changing to a web service and access via HTTPS?

Any thoughts are appreciated,
Mike