Hex Speak

Cryptography 100 pts standard
Challenge Description

A careless developer realized that logging raw flags in hex was too obvious after the last breach. So this time, before dumping the memory into logs, they applied a simple XOR obfuscation and then converted it into Hex.

Your mission:

Recover the original flag from the secure memory dump.

Difficulty: Easy

Hints
View Hint : Hints

Hints:

Hint 1: The string only contains numbers and the letters A, B, C, D, E, and F. This is a base-16 system.

Hint 2: Every two characters in Hex represent one single letter in ASCII (e.g., 48 = H).

Hint 3: Use CyberChef and look for the "From Hex" operation.

Submit Flag

Login to submit a flag.

← All Challenges