1
0
Fork 0
A socket service with secure connexion
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2019-07-24 17:05:43 +02:00
SecureSocketService Forgotten print 2019-07-24 17:05:43 +02:00
LICENSE Setup as python package 2019-07-15 01:48:02 +02:00
README.md Edit projects list 2019-07-15 22:46:07 +02:00
setup.py Upgrade dynamic buffer and switch to SHA256 2019-07-24 17:00:11 +02:00

SecureSocketService Logo

Secure Socket Service

A simple but useful socket service I will use and update in the course of my projects

What is the secure ?

The connexion between two sockets is by default encrypted, a encryption key is pass from the server to the client with a pair of private and a public key

Also the server and the client check her "service id" to make sure it's the same app (yes it's easy to hack but it's a security, maybe upgrade later)

How to use it ?

Look at the wiki ;3

License

This project is on the MIT license

Projects that use the SSS