All challenges
cryptomedium
Repeat offender.
150 ptsno solves
~brief
An internal tool "encrypts" weekly reports before archiving them. Its author was proud of the scheme: "every byte is XORed with a secret key, so it's unbreakable."
You obtained one archived report (report.enc.hex). The key is short and reused across the whole file. Recover the report.
»writeup
The writeup unlocks once you capture the flag.