Challenge 2: Encoded Messages

Not all messages are meant to be read directly

Intercepted Transmission

Our intelligence team intercepted this encoded message. It appears to contain the second fragment of the flag you're looking for.

> ENCRYPTED MESSAGE DETECTED
> ENCODING TYPE: BASE64
> DECRYPTION REQUIRED

c2VjdXJpdHlf

Hint

This message has been encoded using Base64. You can decode it using:

  • Online Base64 decoder tools
  • Browser developer console: atob("encoded_string")
  • Command line: echo "encoded_string" | base64 -d

Fragment Status: ENCODED

TIP: The decoded message is the second part of the flag format