Three codes were hidden in the HTML source of THE NEXT MACHINES post on the Investigate Ingress blog.
[1] 51093000748517530008552004075508555155300m
[2] mfgomZ9P92852J6xmhuo
[3] gbt53577p752gv
Code #1
Observations
That’s a lot of numbers but no good range then you have the letter. Dashes and dots you should think of
Convert to morse
..... .---- ----- ----. ...-- ----- ----- ----- --... ....- ---.. ..... .---- --... ..... ...-- ----- ----- ----- ---.. ..... ..... ..--- ----- ----- ....- ----- --... ..... ..... ----- ---.. ..... ..... ..... .---- ..... ..... ...-- ----- ----- --
Split at dots and dashes and count
......
6
-------------
13
....
4
-------------------
19
.......
7
----
4
........
8
------
6
...........
11
--------------------
20
..............
14
-------------
13
....
4
--------
8
.............
13
--------
8
..................
18
----
4
.............
13
--------------
14
6 13 4 19 7 4 8 6 11 20 14 13 4 8 13 8 18 4 13 14
Convert numbers to letters using a=0
GNETHEIGLUONEINISENO
gne38gluon897no
Convert to morse
..... .---- ----- ----. ...-- ----- ----- ----- --... ....- ---.. ..... .---- --... ..... ...-- ----- ----- ----- ---.. ..... ..... ..--- ----- ----- ....- ----- --... ..... ..... ----- ---.. ..... ..... ..... .---- ..... ..... ...-- ----- ----- --
Split at dots and dashes and count
......
6
-------------
13
....
4
-------------------
19
.......
7
----
4
........
8
------
6
...........
11
--------------------
20
..............
14
-------------
13
....
4
--------
8
.............
13
--------
8
..................
18
----
4
.............
13
--------------
14
6 13 4 19 7 4 8 6 11 20 14 13 4 8 13 8 18 4 13 14
Convert numbers to letters using a=0
GNETHEIGLUONEINISENO
gne38gluon897no
Code #2
Observations
This one is missing 2 characters for some reason
Use a skip of 2 to get
mgm99826mufoZP25Jxho
Split into 2 parts
mgm99826mu
foZP25Jxho
The first string is the prefix and suffix
For the keyword part. A google search didn’t reveal anything good but this looks like a Youtube link, the only thing there is a A missing at the end get https://www.youtube.com/watch?v=foZP25JxhoA
The title of the video is Mitch Hedberg human beings
mgm99human826mu
Use a skip of 2 to get
mgm99826mufoZP25Jxho
Split into 2 parts
mgm99826mu
foZP25Jxho
The first string is the prefix and suffix
For the keyword part. A google search didn’t reveal anything good but this looks like a Youtube link, the only thing there is a A missing at the end get https://www.youtube.com/watch?v=foZP25JxhoA
The title of the video is Mitch Hedberg human beings
mgm99human826mu
Code #3
Observations
Passcode format is there, just remember to apply the same method to the cipher
Atbash letters and numbers
tyg57533k358te
Convert the keyword part from leetspeak
tyg57seek358te
We used atbash as the first step, the opposite of seek is hide
tyg57hide358te
Atbash letters and numbers
tyg57533k358te
Convert the keyword part from leetspeak
tyg57seek358te
We used atbash as the first step, the opposite of seek is hide
tyg57hide358te
Related