hikalkan / scs

TCP Server/Client Communication and RMI Framework
MIT License
225 stars 113 forks source link

SSL/Encryption #14

Open Prokrastinator opened 8 years ago

Prokrastinator commented 8 years ago

Is there a possibilty to encrypt the connection like via SSL? As an alternative I can encrypt the message itselfe but I have to change the encryption key from time to time and it may be a problem if there are clients with different updated versions.

Best wishes

gfazzola commented 8 years ago

Halil software is great. Take a look at my branch there is what you need. regards

dnxit commented 7 years ago

@gfazzola do you plan to create a nuget package with ssl extension as @hikalkan has not merged your changes in his original version ????

gfazzola commented 7 years ago

I do not have a plan to integrate it for a matter of time. In addition, I have added new functionalities that allow the parameterization of the activation mode (Server Side Singleton, Server Side Single Call, among several others. The work done by @hikalkanhttps://github.com/hikalkan is excellent and these are only small additions.