Lets Warm Up
- Description: If I told you a word started with
0x70
in hexadecimal, what would it start with in ASCII? - Difficulty: Easy
🔎 Solution
This is a very easy challenge. We're given a hex-encoded string in the challenge description, and the goal is to convert it into ASCII.
Once decoded, wrap the result in the proper format: picoCTF{...}
- and that's your flag.
🚩Flag
picoCTF{p}