From 6de2f427fc929cd0be36c2972fa9ab588f01b144 Mon Sep 17 00:00:00 2001 From: Ethanell Date: Mon, 15 Jul 2019 01:54:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9D=A4=20Markdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e6b59a..b19be9e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,26 @@

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](https://github.com/flifloo/SecureSocketService/wiki) ;3 +

License

+ This project is on the [MIT license](https://github.com/flifloo/SecureSocketService/blob/master/LICENSE) +

Projects that use the SSS

+ * [Morpion](https://github.com/flifloo/Morpion) -* More soon ! \ No newline at end of file +* More soon !