The message is encrypted using the Vigenere Cipher method.
The Vigenère cipher decrypts each letter by subtracting the key letter's position in the alphabet from the message letter's position. If the result is negative, we wrap around the alphabet.
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
---|
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 26 |
Position mapping for
PURRGIL
Position mapping for
XUDFTMYILRCRI
X | U | D | F | T | M | Y | I | L | R | C | R | I |
---|
23 | 20 | 3 | 5 | 19 | 12 | 24 | 8 | 11 | 17 | 2 | 17 | 8 |
Now subtract the key's position from the message's position. Repeating the key to match the length.
- If the result is negative, add 26
P | U | R | R | G | I | L | P | U | R | R | G | I |
X | U | D | F | T | M | Y | I | L | R | C | R | I |
Operation | New Value |
---|
X(23) - P(15) = 8 | I(8) |
U(20) - U(20) = 0 | A(0) |
D(3) - R(17) = -14 + 26 = 12 | M(12) |
F(5) - R(17) = -12 + 26 = 14 | O(14) |
T(19) - G(6) = 13 | N(13) |
M(12) - I(8) = 4 | E(4) |
Y(24) - L(11) = 13 | N(13) |
I(8) - P(15) = -7 + 26 = 19 | T(19) |
L(11) - U(20) = -9 + 26 = 17 | R(17) |
R(17) - R(17) = 0 | A(0) |
C(2) - R(17) = -15 + 26 = 11 | L(11) |
R(17) - G(6) = 11 | L(11) |
I(8) - I(8) = 0 | A(0) |
Our decoded value is: IAMONENTRALLA
Add spaces in between the words and it becomes: I AM ON ENTRALLA
The Entralla Route was a hyperspace that connected
Ord Mantell with Muunilinst.
- The missing operative is on Ord Mantell