Method Obfuscate
Obfuscate(byte[], int[], out int)
Generates the obfucscation tangle data.
Declaration
public static byte[] Obfuscate(byte[] data, int[] order, out int rkey)
Parameters
Type | Name | Description |
---|---|---|
byte[] | data | The Apple or GooglePlay public key data to be obfuscated. |
int[] | order | The array, passed by reference, of order of the data slices used to obfuscate the data with. |
int | rkey | Outputs the encryption key to deobfuscate the tangled data at runtime |
Returns
Type | Description |
---|---|
byte[] | The obfucated public key |