CTF Archive
9/19/2025 - 9/26/2025
The answer is: (mouse over or touch below to see)
Answer:
F1nd1ng_4_w0rd_1n_y0ur_NPM_p4ck4g3
Explaination: Substitute the
glyphs using the key,
then convert from hex to reveal the answer!
9/5/2025 - 9/19/2025
The answer is: (mouse over or touch below to see)
Answer: Wenge
Explaination: 64 + 54 + 52
#645452 is the hex code for 'Wenge'
8/29/2025 - 9/12/2025
The answer is: (mouse over or touch below to see)
Answer: "IF YOU CAN READ THIS
THANK A COMPUTER SCIENTIST"
Explaination: echo "IF YOU
CAN READ THIS THANK A COMPUTER SCIENTIST"
| od -x | tr -d ' \n' | rev | rot13 | fold -w 25
To turn the puzzle into text you need to
- Remove the line breaks so the puzzle is one long string.
-
Apply ROT13 (Caesar cipher shift by 13)
-
This makes the letters only use a–f, which are valid hex
digits.
- Reverse the whole string.
-
Read it as hex:
-
Take the string two characters at a time (like 49, 46, 20,
…).
- Convert each pair from hex into its ASCII character.
- Example: 49 = I, 46 = F, 20 = space.
- Put it all together and the hidden message appears!
8/29/2025 - 9/5/2025
The answer is: (mouse over or touch below to see)
Answer: Firebrick
Explaination: B2 + 22 + 22
#B22222 is the hex code for 'Firebrick'
8/22/2025 - 8/29/2025
The answer is: (mouse over or touch below to see)
Answer: Bubbles
Explaination: E7 + FE + FF
#E7FEFF is the hex code for 'Bubbles'
8/15/2025 - 8/22/2025
The answer is: (mouse over or touch below to see)
Answer: Baby Blue Eyes
Explaination: A1 + CA + F1
#A1CAF1 is the hex code for 'Baby Blue Eyes'
8/1/2025 - 8/8/2025
The answer is: (mouse over or touch below to see)