Skip to main content

001

  • Description: aG12e2Jhc2U2NGRlY29kZXJ9

🔎 Solution​

The provided string is Base64 encoded. Decoding it reveals the flag.

> echo "aG12e2Jhc2U2NGRlY29kZXJ9" | base64 -d
hmv{base64decoder}

🚩Flag​

hmv{base64decoder}