XOR Challenge - ATENEA
Let’s do some binary math.
So, we have to:
Convert to hexadecimal the given key:
Decode given base64 string and convert to hexadecimal again:
XOR both hexadecimal strings. We can do this with any online service:
Get the pass from the result, and as always MD5 it:
Show me your flag!