Make SecureSocket lower level
Created by: agraubert
The SecureSocket class should be lower level. Implementing only .send() and .recv() (just as io.Socket) but with AES and/or RSA encryption (Possibly use .sendAES() or .sendRSA() and have .send() call one of them)