Encrypted Socket
Secured yet simple socket server-client for interprocess communications with RSA and AES-256.
Hierarchy
encryptedsocket
|---- SS()
| |---- start()
| '---- stop()
'---- SC()
|---- request()
'---- close()
Example
python
See test
.