1.5 KiB
1.5 KiB
CryptographyHelper Class
Helper class for encryption purposes
Inheritance Hierarchy
System.Object
MLAPI.NetworkingManagerComponents.CryptographyHelper
Namespace: MLAPI.NetworkingManagerComponents
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class CryptographyHelper
The CryptographyHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Decrypt | Decrypts a message with AES with a given key and a salt that is encoded as the first 16 bytes of the buffer |
![]() ![]() | Encrypt | 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 |