2026-01-21 18:17:12 +01:00
2026-01-19 13:05:03 +01:00
2026-01-08 09:42:09 +01:00
2026-01-21 18:17:12 +01:00
2026-01-14 13:26:49 +01:00
2026-01-14 13:26:49 +01:00
2025-09-04 07:00:05 +02:00
2026-01-08 09:42:09 +01:00
2026-01-14 23:34:39 +01:00
2025-09-04 07:00:05 +02:00

Mosaic

Misc challenge that resolves around reconstructing a QR Code. This is an intentionally easy challenge as it is solvable with a little scripting knowledge.

Theme

The TAs creating the endterm exam have suffered in the past from leaked drafts. To protect themselves against further leaks they invented the mega obfuscated secure advanced information communication (mosaic) system. The mosaic system encodes emails as QR-Codes and then applies the ultra secure protection algorithm. We found a QR-Code that was not disposed properly in a waste bin. Can you decipher the email? Hint: The mosaic algorithm adds decoy fake data to the QR-Code. It is mega secure after all!

How to deploy

Install all python dependencies: pip install -r requirements.txt

Install zbar: sudo apt-get install libzbar0 https://pypi.org/project/pyzbar/

Description
No description provided
Readme 63 KiB
Languages
Python 100%