Three code were hidden in the HTML source of the Kodama’s Investigation – 2 post on the Investigate Ingress blog.
[1] 011821ec170418141300130204egi0304
[2] 7760Gba25b20b0cb50Idb734ed5Sac98fT6c
[3] natc2n5373awha
Code #1
Observations
33 characters made up of 28 numbers and 5 letters.
28 numbers and 5 letters… If we convert letters to numbers we would get 5 numbers which is what a passcode needs. Let’s split things up
01 18 21 ec 17 04 18 14 13 00 13 02 04 egi 03 04
Convert numbers to letters and letters to numbers
BSV42RESONANCE468DE
Code #2
Observations
36 characters made up of numbers, lowercase letters and capital letters.
[hint]One of the type will guide you to the site you need to use[/hint]
Numbers are ranging from 0 to 9 and lowercase letters from a to f. We can assume they would be hexadecimal
Let’s look at the capital letters
GIST
Searching GIST on google will take you to https://gist.github.com/
We have the rest of the string which is a long hexadecimal number
7760ba25b20b0cb50db734ed5ac98f6c
Simply add this to the url
https://gist.github.com/anonymous/7760ba25b20b0cb50db734ed5ac98f6c
You will see the passcode posted there
dff44resonate765ca
Code #3
Observations
14 characters with the right amount of numbers for a passcode.
Make a 2×7 grid
n |
a |
t |
c |
2 |
n |
5 |
3 |
7 |
3 |
a |
w |
h |
a |
Read down from the upper right A
acn33want257ah
Related