CryptographyHelper Class |
[This is preliminary documentation and is subject to change.]
Namespace: MLAPI.Cryptography
The CryptographyHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| DecryptStream |
Decrypts a message with AES with a given key and a salt that is encoded as the first 16 bytes of the buffer
| |
| EncryptStream |
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
|