← All Challenges

XOR with a Clue

Cryptography 100 pts standard
Challenge Description

A careless developer left hints in comments.

Flag format: HackCTF{...}

Hints
View Hint : Hints

Hints:

Hint 1: XOR is a symmetrical operation. If you XOR the data with the key, you get the original text back.

Hint 2: The key is 2026. Since the payload is longer than 4 characters, the key "repeats" (202620262026...).

Hint 3: Use CyberChef! Start with "From Hex" and then add the "XOR" block.

Submit Flag

Login to submit a flag.