Let’s do some binary math.

1

So, we have to:

Convert to hexadecimal the given key:

2

Decode given base64 string and convert to hexadecimal again:

3

XOR both hexadecimal strings. We can do this with any online service:

4

Get the pass from the result, and as always MD5 it:

5

Show me your flag!