Suninatas Game 17
challenges
Game 17
We have a QR code image that needs to be processed and decoded. Start by enhancing the image with ImageMagick:
1 | ❯ convert qr.png -threshold 85% out.png |
The processed image may be incomplete or corrupted. Use an image editor like Krita to overlay the three pattern images (position markers) on top of the QR code to restore it.
Once repaired, decode the QR code with zbarimg:
1 | ❯ zbarimg oo.png |
This yields the flag:
1 | Good Job! Congraturation! AuthKey is YouAreQRCodeMaster~! |