Click or drag to resize

CryptographyHelper Class

[This is preliminary documentation and is subject to change.]

Helper class for encryption purposes
Inheritance Hierarchy
SystemObject
  MLAPI.NetworkingManagerComponents.CryptographyCryptographyHelper

Namespace:  MLAPI.NetworkingManagerComponents.Cryptography
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class CryptographyHelper
Request Example View Source

The CryptographyHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDecrypt
Decrypts a message with AES with a given key and a salt that is encoded as the first 16 bytes of the buffer
Public methodStatic memberEncrypt
Encrypts a message with AES with a given key and a random salt that gets encoded as the first 16 bytes of the encrypted buffer
Top
See Also