Encrypt the Message "HELLO MY DEARZ" using Transposition Cipher with \(Key…
2018
Encrypt the Message "HELLO MY DEARZ" using Transposition Cipher with
\(Key \begin{cases} \text{Plain Text} & 2 4 1 3 \\ \text{Cipher Text} &1 2 3 4 \end{cases}\)
- A.
HLLEO YM AEDRZ
- B.
EHOLL ZYM RAED
- C.
ELHL MDOY AZER
- D.
ELHL DOMY ZAER
Attempted by 66 students.
Show answer & explanation
Correct answer: C
Key idea: cipher column 1 = plaintext column 2; cipher column 2 = plaintext column 4; cipher column 3 = plaintext column 1; cipher column 4 = plaintext column 3.
Step 1: Remove spaces from the message: HELLO MY DEARZ → HELLOMYDEARZ (12 characters).
Step 2: Write the plaintext in rows of 4 (since the key length is 4):
Row 1: H E L L
Row 2: O M Y D
Row 3: E A R Z
Step 3: Apply the column mapping to each row: new columns = [old column2, old column4, old column1, old column3].
Row 1 → E L H L (from old columns 2,4,1,3)
Row 2 → M D O Y
Row 3 → A Z E R
Step 4: Read the ciphertext row-wise (grouped by rows of 4 for readability): ELHL MDOY AZER. This is the encrypted message.
A video solution is available for this question — log in and enroll to watch it.