An open API service indexing awesome lists of open source software.

https://github.com/marwendoukh/encryptedcommunicationpython

Basic Encryption example with Python
https://github.com/marwendoukh/encryptedcommunicationpython

encryption python tls

Last synced: 2 months ago
JSON representation

Basic Encryption example with Python

Awesome Lists containing this project

README

          

# Encrypted communication with Python

This is a basic encrypted communication example with Python made by Marwen Doukh

#How to use it ?

1. Run server.py in your server
2. Run client.py in your machine
3. The server will send you the current logged user (just an example, you can change it)

**You can run it in the same PC as well , just open two Terminals**

**Make sure that you put the "myowncertif" folder in the same directory as server.py : it contains the TLS certificates**

Communicate securely and protect your privacy , Enjoy !

#License
This project is licensed under the GPLv3 , That means you are free to download, reuse, modify, and distribute all the project.