LOAD"SECRET",8,1,"THE REAL PARTY IS OUTSIDE"
Huh. I'll be curious to see what kind of 4k effect you need these kinds of cryptographic shenanigans for. :)
You might wanna scramble the top eight bits also by: for (int i = 0; i < TRANSWARPKEYSIZE; ++i) { key[i] ^= key[(i + 1) % TRANSWARPKEYSIZE]; }
for (int i = 0; i < TRANSWARPKEYSIZE; ++i) { key[i] ^= key[(i + 1) % TRANSWARPKEYSIZE]; }