Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 60 additions & 19 deletions Cryptography/Imitation_Game/solution.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,79 @@
# Imitation Game - Cryptography

"HEY YOU!! We intercepted an incoming message from the enemy, the commander wants it decoded NOW.
```
fjmri jphuo sxmwo egpzb pswzp nlqv
```
*Rotors: VII, VIII, VI <br>
Rotor Positions: T, M, C <br>
Ring Settings: 20, 26, 15* <br>
And prep me some oysters, ASAP"

'fjmri jphuo sxmwo egpzb pswzp nlqv'
"Right sir. <br>
Sir, do you know that an **Oyster** serves as its own **Den**."

Rotors: VII, VIII, VI
"Didn't you hear me"

Rotor Positions: T, M, C
자동차 굴 히트 폭스 머그잔 하늘 <br>
\*mummers gibberish\*

Ring Settings: 20, 26, 15
##### flag format : decipher{your\_answer}

And prep me some oysters, ASAP"
---

"Right sir.
## Decoding Instructions
<!-- Step 1: Translate the gibberish using an online tool -->

Sir, do you know that an **Oyster** serves as its own **Den**."
1. **Translate the Gibberish :**

"Didn't you hear me"
Use Google Translate or another translation tool to decode the gibberish text.

<img src="https://github.com/user-attachments/assets/e2d61c36-91b5-4130-8c0a-4222216f9284" alt="Translate" width="400">

자동차 굴 히트 폭스 머그잔 하늘
- *Gibberish Text:* 자동차 굴 히트 폭스 머그잔 하늘
- *Translated Text:* "car oyster hit fox mug sky"

\*mummers gibberish\*
<!-- Step 2: Replace specific word -->

#

2. **Replace 'Oyster' with 'Den':**

- *Modified Text:* "car den hit fox mug sky"

<!-- Step 3: Form the Plugboard Configuration -->

#

3. **Go to the given website :**

[Enigma Machine Decoder](https://cryptii.com/pipes/enigma-machine)

#

4. **Form the Plugboard Configuration :**

Pair the letters in the modified text to form the plugboard settings:

- *Plugboard Settings:* ca rd en hi tf ox mu gs ky

<!-- Step 4: Configure the plugboard -->

#

5. **Configure the Plugboard :**

<img src="https://github.com/user-attachments/assets/a659a4d9-1cc1-4059-b1bb-67020522cdd5" alt="Plugboard Configuration" height="550">

flag format : decipher{your\_answer}
<!-- Step 5: Decrypt the message using provided settings -->

#

|<p>Google translate the gibberish language- </p><p></p>|
| :- |
|<p>To the translated text – </p><p>“car oyster hit fox mug sky”, </p><p>replace oyster with **den**</p>|
|<p>The text becomes – </p><p>“car den hit fox mug sky”</p>|
|<p>Pair two letters together (in order) to form the Plug board – </p><p>**ca rd en hi tf ox mu gs ky**</p>|
|<p>Configure the board as – </p><p></p>|
|Decrypted text – “getin loser weare invad ingpo land”|
6. **Decrypt the Message :**

Using the given rotor settings, positions, and ring settings, decrypt the text to reveal:

- *Decrypted Text:* "getin loser weare invad ingpo land"

Flag – decipher{getin\_loser\_weare\_invad\_ingpo\_land}
---
#### Flag – decipher{getin\_loser\_weare\_invad\_ingpo\_land}