Blizzard
-
- Posts: 26
- Joined: Fri Nov 07, 2008 3:19 pm
Blizzard
Anyone who would like to talk about the Blizzard challenge?
I sincerely hope it is ok to mention things that do not work. For me, that includes:
- interpreting the black and white pixels as a bit stream of 7-bit or 8-bit ascii characters, be it lsb or msb first, be black "1" and white "0" or vice versa
- xoring the bitmap over itself, with any horizontal, vertical or combined offset (C is so much faster than perl)
- interpreting the 415x329 pixels as 83x47 fields of 5x7 pixels, each of which would present the statically encoded bitmap of a single character. This seems to be not the case, as there are 3901 different bit patterns in the 3901 fields.
- looking hard at the PNG file itself. It seems to be clean. No message in the comment, no additional data after the END chunk, nothing.
- googling "blizzard code", which always returns to cheat codes for world of warcraft.
- superimposing horizontal stripes of 7 or 47 pixels (and vertical stripes of 5 or 83 pixels) and xoring the bits
I am still suspicious of the somewhat unusual image dimensions. 415=5 * 83, 329 = 7 * 47, both products of only two primes. Coincidence? Any other idea about what to do with 5x7 subfields?
This seems to be a rather old challenge (number 56!), so I know you have at least tried.
Pray tell us: What did you do?
I sincerely hope it is ok to mention things that do not work. For me, that includes:
- interpreting the black and white pixels as a bit stream of 7-bit or 8-bit ascii characters, be it lsb or msb first, be black "1" and white "0" or vice versa
- xoring the bitmap over itself, with any horizontal, vertical or combined offset (C is so much faster than perl)
- interpreting the 415x329 pixels as 83x47 fields of 5x7 pixels, each of which would present the statically encoded bitmap of a single character. This seems to be not the case, as there are 3901 different bit patterns in the 3901 fields.
- looking hard at the PNG file itself. It seems to be clean. No message in the comment, no additional data after the END chunk, nothing.
- googling "blizzard code", which always returns to cheat codes for world of warcraft.
- superimposing horizontal stripes of 7 or 47 pixels (and vertical stripes of 5 or 83 pixels) and xoring the bits
I am still suspicious of the somewhat unusual image dimensions. 415=5 * 83, 329 = 7 * 47, both products of only two primes. Coincidence? Any other idea about what to do with 5x7 subfields?
This seems to be a rather old challenge (number 56!), so I know you have at least tried.
Pray tell us: What did you do?
-
- Posts: 26
- Joined: Fri Nov 07, 2008 3:19 pm
-
- Posts: 6
- Joined: Tue Nov 09, 2010 4:09 pm
- Location: Germany
-
- Posts: 33
- Joined: Sat Aug 13, 2011 2:13 pm
someone hinted there is no key, but if 1=a, 2=b, 3=c ... that is still a key of a sort even if a simple one. the binary data represented by the 2 color image, i double checked there is no 01 or fe intensity colors hiding a faint image though the binary might still make an image of some sort with no key. right now i am looking for 7 bit per character words with a simple direct coding of a=97... so far no luck
- dangermouse
- Posts: 89
- Joined: Sun Jun 05, 2011 8:14 pm
- Location: deep space computing AG
- Contact: