Three codes could be found in the HTML source of the MuMu’s Complete Investigation Recap post on the Investigate Ingress blog.
[1] nhabejitvrncnneafheieioswninuecegwrv
[2] .--- ..- -.-- .-.. ..--- -.-. ..- -.-- ...-- ..-. .--- ..- -.-- .-.. -.-- -.-. ..--- ..-. .--. .-. -.-- -.... ..- -..- -..- -.-. ...-- .--- .--- .-.. .--- ..- -
[3] ug4gl9ou26oo3nt
Code #1
Observations
36 letters, same old cipher
Make a 6×6 grid
n |
h |
a |
b |
e |
j |
i |
t |
v |
r |
n |
c |
n |
n |
e |
a |
f |
h |
e |
i |
e |
i |
o |
s |
w |
n |
i |
n |
u |
e |
c |
e |
g |
w |
r |
v |
Read down from the upper right J
jchsevenfourbrainwaveeightnineninewc
jch74brainwave899wc
Code #2
Observations
Dots and dashes or is it really ?
[hint]Count how many characters you have[/hint]
Converting morse to text give a weird string but counting the number of dots and dashes give 128 characters. This can make groups of 8 for binary
.---..-- |
01110011 |
.--.-... |
01101000 |
.----.-. |
01111010 |
..--.--. |
00110110 |
..--..-. |
00110010 |
.---..-- |
01110011 |
.--.-..- |
01101001 |
.---.-.. |
01110100 |
.---..-. |
01110010 |
.--..-.- |
01100101 |
.---.... |
01110000 |
..--..-- |
00110011 |
..--.-.. |
00110100 |
..--.--- |
00110111 |
.---.-.. |
01110100 |
.---..-- |
01110011 |
Putting the binary string together gives
01110011 01101000 01111010 00110110 00110010 01110011 01101001 01110100 01110010 01100101 01110000 00110011 00110100 00110111 01110100 01110011
Convert binary to Ascii
shz62sitrep347ts
Code #3
Observations
Right amount of numbers for a passcode format.
Make a 3×5 grid
u |
g |
4 |
g |
l |
9 |
o |
u |
2 |
6 |
o |
o |
3 |
n |
t |
Read down from the upper left U
ugo63gluon492ot
Related