DerangedSenators / copsandrobbers

2D Multiplayer Cops and Robbers Game made with Unity for the Aston University Team project module
https://www.copsandrobbers.co.uk
Apache License 2.0
6 stars 5 forks source link

TLS for Multiplayer #101

Open hsravat-4590 opened 3 years ago

hsravat-4590 commented 3 years ago

Securing the Multiplayer

Currently, the multiplayer works using an Open-Source Library known as Telepathy. Telepathy works using raw C# sockets and uses TCP to reliably send packets over the internet. There is however a security hole in that TLS is not adapted. We need to make a Fork of telepathy and adapt it to use SSL to provide a secure connection between client and server

Helpful Links

SSLStream NetworkStream