Cryptography Level 1 10 points

02. Hidden Secret - Base64 Decode

Mission

Base64 is an encoding method used to transmit binary data as text. It's not encryption, but it's often used for obfuscation since the content isn't immediately readable. Decode this Base64 string to find the flag: RkxBR3tiYXNlNjRfaXNfbm90X2VuY3J5cHRpb259

Prerequisites

  • Base64 Encoding Understanding of Base64 encoding and decoding
#base64#encoding#basics

Clear it in 3 steps

Not started
  1. No environment needed

    This challenge can be solved with the information in the statement alone. Submit the flag you find directly.

  2. Submit the flag