MLAPI/docs/Methods_T_MLAPI_NetworkingManagerComponents_CryptographyHelper.md
2018-03-31 10:20:18 +02:00

1.2 KiB

CryptographyHelper Methods

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
  Back to Top

See Also

Reference

CryptographyHelper Class
MLAPI.NetworkingManagerComponents Namespace