Enable Encryption
ObjectNet provides an optional feature to allow the developer to encrypt data information.
Before sending data and after receiving data, ObjectNet will try to Encrypt or Decrypt data before sending by the selected transport system. Do you need to implement a script inherited from IInformationProvider ( see Providers Scripts ).
This script shall implement two methods, one to Encrypt and another to Decrypt.
You can also check the example script EncryptionProvider on examples folder. This script has a full implementation of how to encrypt and Decrypt data using provided C# classes, nonetheless, you can also implement your encryption method.
You can also check a full example scene "19 - Encryption" which has the encryption implemented.