Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

flifloo/SecureSocketService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A socket service with secure connexion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages