Can I use HTTPS to pass a symmetric key used for encrypting TCP packets?
I am making a multiplayer game for fun and wish to keep it secure. The client is written in C# and the server in node.js with a working connection over TCP at the moment. I am new to this subject, and implementing something w… Continue reading Can I use HTTPS to pass a symmetric key used for encrypting TCP packets?