Three codes were hidden in the HTML source of the DAMAGE CONTROL post on the Investigate Ingress blog.
[1] 8gh6lgkyk5pq7hg
[2] 8etrb7xexk4bt5hu
[3] ou.pgqtztsefsrum0wtrf
Code #1
Observations
15 characters with the right amount of numbers for a valid passcode
Make a 3×5 grid
8 |
g |
h |
6 |
l |
g |
k |
y |
k |
5 |
p |
q |
7 |
h |
g |
Reverse rows 2 & 4
8 |
g |
h |
g |
l |
6 |
k |
y |
k |
q |
p |
5 |
7 |
h |
g |
Read going down from the upper left 8
8gkq7glyphh6k5g
Code #2
Observations
16 characters with the right amount of numbers for a valid passcode
Make a 4×4 grid
8 |
e |
t |
r |
b |
7 |
x |
e |
x |
k |
4 |
b |
t |
5 |
h |
u |
Read in a spiral from the upper left 8
8bxt5huberte7k4x
Code #3
Observations
25 characters but why that dot… It would make 24 characters without it
Convert to uppercase except for the letter preceeded by the dot
OUpGQTZTSEFSRUM0WTRF
Convert Base64 to Ascii
9JFA6SHAREC4Y4E
9jfa6sharec4y4e
Related