Three codes could be found in the HTML source of the A WARNING… post on the Investigate Ingress blog.
[1] tv6re5glya2ch8g6
[2] l51l35l5u6p46plb65z6ubc42c44f42c5749pf5v59357x5qu6u6ll47l47
[3] xmeazlalkxvwrytxxbhawihtitcjpjxynbxqz
Code #1
Observations
16 characters with just the right amount of numbers for a valid passcode
Make a 2×8 grid
t |
v |
6 |
r |
e |
5 |
g |
l |
y |
a |
2 |
c |
h |
8 |
g |
6 |
Read in a zigzag pattern to get
vrt65legacy286hg
Code #2
Observations
It’s dots and dashes but it’s not 6 or 8 but in between
Convert to morse
.-.. ..... .---- .-.. ...-- ..... .-.. ..... ..- -.... .--. ....- -.... .--. .-.. -... -.... ..... --.. -.... ..- -... -.-. ....- ..--- -.-. ....- ....- ..-. ....- ..--- -.-. ..... --... ....- ----. .--. ..-. ..... ...- ..... ----. ...-- ..... --... -..- ..... --.- ..- -.... ..- -.... .-.. .-.. ....- --... .-.. ....- --...
There are 266 bits. Making groups of seven could make it a good candidate for 7 segment display
.-..... |
6 |
...---- |
7 |
.-..... |
6 |
--..... |
b |
.-..... |
6 |
....--. |
3 |
....--. |
3 |
....--. |
3 |
....--. |
3 |
.-..-.. |
5 |
.-..... |
6 |
....--. |
3 |
.-..... |
6 |
.--...- |
c |
.-..... |
6 |
-..---- |
1 |
.-..... |
6 |
-....-. |
d |
.-..... |
6 |
-..---- |
1 |
.-..... |
6 |
.--.... |
e |
...---- |
7 |
-..--.. |
4 |
.-..... |
6 |
....-.. |
9 |
...---- |
7 |
....--. |
3 |
....--. |
3 |
..-..-. |
2 |
....--. |
3 |
-..--.. |
4 |
....--. |
3 |
....-.. |
9 |
.-..... |
6 |
.---... |
f |
.-..... |
6 |
.---... |
f |
Make pairs
67 6b 63 33 35 63 6c 61 6d 61 6e 74 69 73 32 34 39 6f 6f
Convert hex to Ascii
gkc35clamantis249oo
Code #3
Observations
You need a passphrase but this time it’s reversed
Vigenere autokey with the passphrase zyxwvutsrqponmlkjihgfedcba
yoheerhtthgieminotaureerhtevifthgiejt
The numbers are written in reverse
yoh eerht thgie minotaur eerht evif thgie jt
yoh38minotaur358jt
Related