I am working on a school project with a server application that contains centralized data and client applications that store cached data that will be synchronized with sockets. Everything is written in Java.
What is good practice? How can I stop people from listening to my traffic? Or do not let people understand what is said?
source share