AN ENIGMATICS WEEKLY BY KAD
THE SOLUTION DOCUMENT

6



first and foremost, un-skew and scan the QR code in the image, which will read "read the end of my days"
the filename of the image is named "mydays". open up with notepad and find some trailing data at the end of the file

use brainfuck to decode the text after "IEND"

++++++++++[>+>+++>+++++++>+++++++++
+<<<<-]>>>>++++++++++++++++++.<<+++
+++++++++++++.>>---------------.---
.<<+.>>++++++++++++++++++++.<+.>---
------------.<<+++++.>---.>+++++.

the resulting output will give v.gd/xGi4Dn, which will lead to an imgur link

un-distort the QR code and scan it, which will scan to gather.rar

gather.rar contains two files: do.png and ordermethenconvert.txt. let's focus on the latter first

the text file contains five long hex strings. as the filename suggests, it tells you to order them first
the first six characters in each hex string correspond to a background color in levels 2-6

cca4231fe3ffffbfffffbfffd9fffe8ffff8fffffffffcfffc5ea667a6ba3813c6d3b96d7befff9b7f9a6bfd0b3fe0fbff2f5fffe8bfee39ffa08
42f55d1ff3ffffc7fff87fffd9fffe7fffff7ffffffffd1ffae123a306c639ee8d9525ce71affc357fd72bfe087fef25ffd0a7faebbff9e3ff1e5
42bff51fe3ffffbfffffbfffd9fffe8ffff8fffffffffcfffc5ea67bc56df611f1badd8dfd4ff9f17fb87bfc8a5fe4e8ff2e3ffee0bffe09ffa00
be4d251ff5ffffa7fff8ffffc1fffe3ffffa7ffffffffc9ffae32357476814e027d9c0f452bffc487fffa3fe861fe783ff832ffa5e7ff097ff78c
f542bf1fffffffffffffffffffffffffffffffffffffffffffffffe67b25fad769a6db0cf6bfffed7fdcf7fffdfff7f2ffbe5ffdf4fff7cbffbdd

knowing the order, we order the strings like this and omit the first six characters in each string:

1fe3ffffbfffffbfffd9fffe8ffff8fffffffffcfffc5ea67bc56df611f1badd8dfd4ff9f17fb87bfc8a5fe4e8ff2e3ffee0bffe09ffa00
1ff3ffffc7fff87fffd9fffe7fffff7ffffffffd1ffae123a306c639ee8d9525ce71affc357fd72bfe087fef25ffd0a7faebbff9e3ff1e5
1ff5ffffa7fff8ffffc1fffe3ffffa7ffffffffc9ffae32357476814e027d9c0f452bffc487fffa3fe861fe783ff832ffa5e7ff097ff78c
1fe3ffffbfffffbfffd9fffe8ffff8fffffffffcfffc5ea667a6ba3813c6d3b96d7befff9b7f9a6bfd0b3fe0fbff2f5fffe8bfee39ffa08
1fffffffffffffffffffffffffffffffffffffffffffffffe67b25fad769a6db0cf6bfffed7fdcf7fffdfff7f2ffbe5ffdf4fff7cbffbdd

the order will correspond to the order used in the image (top to bottom).
for the first step of the image, you will need to generate QR codes from the words in each level's URL.
sometime later after the puzzle's release, a comment was added to this level's source code, indicating the
specific QR code generator that players needed to use due to ambiguity.


the four extra pixels show the correct format that you need to use, indicating that you need to use low error correction setting to get the right QR codes.

financial:

abandoned:

formation:

cytokines:

athletics:


the next step is to XOR (or take the difference) each of the QR codes with the hex codes.
the hex strings can be remade into a 21x21 binary image which can be used for XOR.
an example is shown below with one of the hex strings:

1fe3ffffbfffffbfffd9fffe8ffff8fffffffffcfffc5ea67bc56df611f1badd8dfd4ff9f17fb87bfc8a5fe4e8ff2e3ffee0bffe09ffa00



000111111110001111111111111111111011111111111111111111111011111111111111...



1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 0 1 0 0 0 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1
1 1 1 0 0 0 1 0 1 1 1 1 0 1 0 1 0 0 1 1 0
0 1 1 1 1 0 1 1 1 1 0 0 0 1 0 1 0 1 1 0 1
1 0 1 1 1 1 1 0 1 1 0 0 0 0 1 0 0 0 1 1 1
1 1 0 0 0 1 1 0 1 1 1 0 1 0 1 1 0 1 1 1 0
1 1 0 0 0 1 1 0 1 1 1 1 1 1 1 0 1 0 1 0 0
1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 0 0 0 1 0
1 1 1 1 1 1 1 1 0 1 1 1 0 0 0 0 1 1 1 1 0
1 1 1 1 1 1 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0
1 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 0 1 0 0 0
1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 0 0 0 1 1 1
1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 0 0 0 0 1 0
1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0
1 1 1 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0


take the difference with the QR code generated with "financial" and scan:

0g0r0b000

repeat this with the other 5 hex strings, and then you will have all 5 strings needed for the next step:

0g0r0b000
000rb0g00
0000b0rg0
0b00g000r
0000r0g0b

final step involves extracting the answer. hinted by the length of 9 characters in each string, take the answers of each
level and correspond letters using the positions of "r", "g", and "b":

financial
abandoned
formation
cytokines
athletics

taking the highlighted letters in a zig zag motion in the order (red green blue), our final answer is
aniseikonic days
previous page next page