🧩 Crypto Challenge: Base64 Decode

We found this encoded flag in the server logs. Can you decode it?

πŸ“œ Encoded Flag: ZmxhZ3tieTNfYmFzZTY0X2RlY29kZWR9

πŸ“˜ What You Learn: Base64 Encoding

Base64 is not encryption β€” it's just a way of representing binary data in ASCII text. It’s commonly used to encode data in email, URLs, and data transmission.

Example: Zm9v β†’ foo | ZmxhZ3tieTNfYmFzZTY0X2RlY29kZWR9 β†’ flag{***********}