CryptographyHelperEncryptRijndael Method

RAGE Plugin Hook Documentation

[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

public static byte[] EncryptRijndael(
	byte[] valueBytes,
	string password
)

Parameters

valueBytes
Type: SystemByte
The data to encrypt.
password
Type: SystemString
The password to encrypt the data with.

Return Value

Type: Byte
A byte array representing the encrypted data.
See Also

Reference