[This is preliminary documentation and is subject to change.]
Encrypts the specified byte array using AES (Advanced Encryption Standard).
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- valueBytes
- Type: SystemByte
The data to encrypt. - password
- Type: SystemString
The password to encrypt the data with.
Return Value
Type: ByteA byte array representing the encrypted data.
See Also