Rating:

## Solution
Once the provided string is base64 decoded, the result is a string of space-separated hex values. Decoding the hex values results in a string that looks like the flag format, but starts with `synt{`. Applying a ROT13 decoding results in the flag.

## Flag
**flag{congrats_you_got_me}**

Original writeup (https://malcrypt.gitlab.io/blog/ctfs/2021/tenable/crypto/easy_peasy/).