[This is preliminary documentation and is subject to change.]
Decrypts 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 decrypt. - password
- Type: SystemString
The password that was used to encrypt the data with.
Return Value
Type: ByteA byte array representing the decrypted data.
See Also