Three codes were hidden in the Compromised XM Briefing (Pt1) – The Niantic Project post on the Investigate Ingress blog.
[1] qh161eaoruvrd75oux
[2] r7vtz2emw63woec7ia
[3] ooiaulgfqvoiamlcktmzrrqtpeomzopi
Code #1
Observations
Passcode format is there in reverse, go through your usual cipher routine.
Rot and Atbash didn’t give anything. Morse is next on the list
--.- .... .---- -.... .---- . .- --- .-. ..- ...- .-. -.. --... ..... --- ..- -..-
Reverse the morse string
-..- -.. --- ..... ...-- ..- .-. -... -.. .-. --- -. . ----. ....- ----. .... -.--
Convert morse to text
XDO53URBDRONE949HY
Code #2
Observations
18 characters with the right amount of numbers for a valid passcode. You might want to search the keyword first.
Doing a Regex search indicates that only Creative and Timezero are possible keywords. Make a 3×6 grid
r |
7 |
v |
t |
z |
2 |
e |
m |
w |
6 |
3 |
w |
o |
e |
c |
7 |
i |
a |
The letter distribution is better for Creative. Shift column 1 up by 4, 2 down by 4 and 3 down by 3
o |
m |
w |
7 |
3 |
c |
r |
e |
a |
t |
i |
v |
e |
7 |
2 |
6 |
z |
w |
omw73creative726zw
Code #3
Observations
No particular letter range. This CIPHER is not used often
Tried a few cipher, then got to Bifid to get
muothreetwobifidseventhreeninebo
muo32bifid739bo
Bifid is a cipher
muo32cipher739bo
Related