Snipped code for aesBase and string on CSharp
Code: Select all
public const string k_encryptionHeaderString = "Not for YOU!";
private static readonly byte[] k_aesBase = new byte[]
{
19,
40,
4,
112,
34,
79,
74,
126,
26,
65,
6,
78,
8,
19,
9,
145,
212,
21,
56,
74,
78,
3,
31,
42,
74,
186,
115,
12,
82,
80,
6,
10
};
public static readonly byte[] k_encryptionHeader = new byte[]
{
78,
111,
116,
32,
102,
111,
114,
32,
89,
79,
85,
33
};
}