Skip to main content

Python end two end encryption designed for socket

Project description

end2end-encryption

The end2end encryption module implements end to end encryption for python. The module is designed for sockets.

installation

The package can be installed using pip:

$ pip install end2end

basic usage

The encryption uses a communicator that encrypts, decrypts and handles the key exchange. The Communicator can be created with a socket sock and the size of the key key_size the client uses.

com = end2end.createComunicator(sock, key_size)

a full simple mock-up of the server can be found in the test.py and test2.py files.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

end2end-1.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page