Three codes were hidden in the ANAZKTEC LEGENDS on the Investigate Ingress blog.
[1] qsc18xovzi325sh
[2] x104t055u056m112j050f120b106d104q110h057z115k111w053p101
[3] zxx27486tkrrrope
Code #1
Observations
Passcode format is there, go through your regular cipher routine
Atbash letters and numbers to get
jhx92clear785hs
Open returned the valid string. I suspect there was a mix up in this code, you’ll understand with the solve for the next one
jhx92open785hs
Code #2
Observations
The result is the same as #1 but the method is quite different
Make a 4×14 grid
x104 |
t055 |
u056 |
m112 |
j050 |
f120 |
b106 |
d104 |
q110 |
h057 |
z115 |
k111 |
w053 |
p101 |
Reorder rows in alphabetical order
b106 |
d104 |
f120 |
h057 |
j050 |
k111 |
m112 |
p101 |
q110 |
t055 |
u056 |
w053 |
x104 |
z115 |
Take only numbers
106 104 120 057 050 111 112 101 110 055 056 053 104 115
Convert decimal to Ascii
jhx92open785hs
Which is exactly the same passcode as #1
Code #3
Observations
16 character with the right amount of numbers for a valid passcode
Make x 4×4 grid
z |
x |
x |
2 |
7 |
4 |
8 |
6 |
t |
k |
r |
r |
r |
o |
p |
e |
Read in a spiral starting at the upper left Z
zxx26report748rk
Related