encryptedsocket

Secured yet simple socket server-client for interprocess communications with RSA and AES-256.


Keywords
encrypted, rpc, socket, server, client, rsa, aes
License
AGPL-3.0
Install
pip install encryptedsocket==3.0.0

Documentation

Encrypted Socket

version license pyversions
powered donate made

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.