unsigned char XORKEY[] = { 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x6B, 0x65, 0x79 }; // secretkey s , e, c, r, e, t, k, e, y how i can add a new generated XOR KEY more faster to not stay and select from ascii table.
unsigned char XORKEY[] = { 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x6B, 0x65, 0x79 }; // secretkey
s , e, c, r, e, t, k, e, y
how i can add a new generated XOR KEY more faster to not stay and select from ascii table.