❤ Markdown
This commit is contained in:
parent
ce24dfb7fc
commit
6de2f427fc
1 changed files with 11 additions and 1 deletions
10
README.md
10
README.md
|
@ -1,16 +1,26 @@
|
||||||
<h1>Secure Socket Service</h1>
|
<h1>Secure Socket Service</h1>
|
||||||
|
|
||||||
A simple but useful socket service I will use and update in the course of my projects
|
A simple but useful socket service I will use and update in the course of my projects
|
||||||
|
|
||||||
|
|
||||||
<h2>What is the secure ?</h2>
|
<h2>What is the secure ?</h2>
|
||||||
|
|
||||||
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
|
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)
|
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)
|
||||||
|
|
||||||
|
|
||||||
<h2>How to use it ?</h2>
|
<h2>How to use it ?</h2>
|
||||||
|
|
||||||
Look at the [wiki](https://github.com/flifloo/SecureSocketService/wiki) ;3
|
Look at the [wiki](https://github.com/flifloo/SecureSocketService/wiki) ;3
|
||||||
|
|
||||||
|
|
||||||
<h2>License</h2>
|
<h2>License</h2>
|
||||||
|
|
||||||
This project is on the [MIT license](https://github.com/flifloo/SecureSocketService/blob/master/LICENSE)
|
This project is on the [MIT license](https://github.com/flifloo/SecureSocketService/blob/master/LICENSE)
|
||||||
|
|
||||||
|
|
||||||
<h2>Projects that use the SSS</h2>
|
<h2>Projects that use the SSS</h2>
|
||||||
|
|
||||||
* [Morpion](https://github.com/flifloo/Morpion)
|
* [Morpion](https://github.com/flifloo/Morpion)
|
||||||
* More soon !
|
* More soon !
|
Reference in a new issue