worked on the chall

This commit is contained in:
2026-01-08 09:42:09 +01:00
parent 6d8117c53c
commit ee95f4df4f
14 changed files with 313 additions and 232 deletions

View File

@@ -11,3 +11,12 @@ The mosaic system encodes emails as QR-Codes and then applies the ultra secure p
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/