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
- Host: GitHub
- URL: https://github.com/marwendoukh/encryptedcommunicationpython
- Owner: marwendoukh
- Created: 2016-08-28T22:02:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T23:08:25.000Z (almost 10 years ago)
- Last Synced: 2025-07-05T00:44:57.248Z (12 months ago)
- Topics: encryption, python, tls
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.