- Home /
 
 
               Question by 
               xnacht11 · Dec 02, 2018 at 09:46 AM · 
                encryption  
              
 
              NetworkTransport encryption
Hello,
i will develope a little multiplayer 2D Game. But this game have a login/register screen. My Question is now: How can i encrypt the data, there send to the server? It's possible with a X509 certificate or who can i solve this problem?
thanks for answering =)
               Comment
              
 
               
              Although I didn't use it before, there are properties about SSL in ConnectionConfig https://docs.unity3d.com/ScriptReference/Networking.ConnectionConfig.html
Your answer