Question
Implement a calculator for a client-server architecture using socket communication between the client and the server.
The client should provide the graphical user interface for the user, and the server should perform the calculations and forward the send the result back to client.
Encrypt the communication between the client and the server<---- this is what i need help on!