COOKIES TRANSMITTING BY OBFUSCATION
We are transmitting cookies to your browser in a series of increasingly complex encryption schemes.
ENCRYPTION BY OBSFUSCATION PROTOCOL 7.2.1
// Cookie transmission in 3 easy steps
1. Generate 1000 random numbers
2. XOR each number with 42
3. Send result as cookie header
// Example transmission
cookie: "GIRAFFE_1234567890_abcdef"
Don't try to decrypt it, it's not worth it. We've added a few extra layers of obfuscation for your own protection.