Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

UNET Encryption

Discussion in 'UNet' started by xnacht11, Dec 5, 2018.

  1. xnacht11

    xnacht11

    Joined:
    Dec 5, 2018
    Posts:
    1
    Hello guys,

    i have a little question about the LLAPI from Unet. I want to develope a little multiplayer 2D game. This is not the problem. The problem is the encryption of the data transfer for login an register.

    Can you give me a tip to solve this Problem?

    Thanks!
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Unet does not have included encryption. You'll have to add that to your login system yourself. For a fast, easy to implement, but very weak solution Google Xor obfuscation. For other solutions you'll need to take a deep dive into how more advanced encryption systems work and how they are implemented, as they would take much more than a forum post to explain.