I’m currently working on a client/server based Java-program for a customer.
I googled a bit and got results saying to use sockets and also got some threads about SSL sockets.
Do I have to encrypt the streams too with SSL Sockets or is the connection with SSL Sockets pretty safe?
SSL sockets will already be encrypted. No need to encrypt the streams manually.