Three codes can be found in the HTML of the Scott And Anne: The Voice post on the Investigate Ingress blog.
[1] reorccocrccorreccorreorrecccocrccoreccoccocrcocccorroeccorrrorrecco
[2] \51\35\04/06/27\26/18\12\06/18\17/17\09/24\20/19\37
[3] uwbhfvzirareeznxsasdkizdf
Code #1
Observations
All repeating sequences of C, E, O & R. Go through your usual cipher routine.
Atbash will easily reveal the solution
ivlixxlxixxliivxxliivliivxxxlxixxlivxxlxxlxixlxxxliilvxxliiiliivxxl
Those are all roman numeral but something is off. Reverse the string and split at every L
lxxvii liii lxxv lii lxxx lxix lxx lxxvi lxxix lxxxvii lvii lxxvii lxxix lxxi lvi
Convert roman numerals to decimal
77 53 75 52 80 69 70 76 79 87 57 77 79 71 56
Convert decimal to Ascii
M5K4PEFLOW9MOG8
Reverse
8GOM9WOLFEP4K5M
Code #2
Observations
Numbers with either / or \ in front of them. Surely some kind of Niantic math
[hint]Niantic usually substitute -,+,* & / by something else when it comes to math[/hint]
The string starts with 51 which when converted from decimal to Ascii gives 2. Let’s substitute \ with + and / with – and do the math
Start at 0 then add or subtract the corresponding value of the code
|
Op |
Num |
Result |
\ |
+ |
51 |
51 |
\ |
+ |
35 |
86 |
\ |
+ |
4 |
90 |
/ |
- |
6 |
84 |
/ |
- |
27 |
57 |
\ |
+ |
26 |
83 |
/ |
- |
18 |
65 |
\ |
+ |
12 |
77 |
\ |
+ |
6 |
83 |
/ |
- |
18 |
65 |
\ |
+ |
17 |
82 |
/ |
- |
17 |
65 |
\ |
+ |
9 |
74 |
/ |
- |
24 |
50 |
\ |
+ |
20 |
70 |
/ |
- |
19 |
51 |
\ |
+ |
37 |
88 |
Get all the results
51 86 90 84 57 83 65 77 83 65 82 65 74 50 70 51 88
Convert decimal to Ascii
3VZT9SAMSARAJ2F3X
Code #3
Observations
25 characters all letters, look carefully to find the key.
[hint]Can you see the keyword already in the code? If so you have found your key[/hint]
Looking carefully at the code you can see the keyword Nzeer in the middle written in reverse.
Let’s reverse the code
fdzikdsasxnzeerarizvfhbwu
Remove the Nzeer part, this will become your passphrase
fdzikdsasxarizvfhbwu
Use Vigenere to reveal the prefix and suffix
Passphrase: nzeer
Message: fdzikdsasxarizvfhbwu
Result: sevetqtwognsevesixsd
Looks like we have it but something is off. Make a 5×4 grid
s |
e |
v |
e |
t |
q |
t |
w |
o |
g |
n |
s |
e |
v |
e |
s |
i |
x |
s |
d |
Read right from bottom left
sixsdnseveqtwogsevet
6sdn7 q2g7t
Now reinsert the Nzeer keyword
6sdn7nzeerq2g7t
Related