edited by
3,540 views
1 votes
1 votes

In a columnar transportation cipher, the plain text is “the tomato is a plant in the night shade family”, keyword is “$\text{TOMATO}$”. The cipher text is

  1. $\text{”TINESAX / EOAHTFX / HTLTHEY / MAIIAIX / TAPNGDL / OSTNHMX”}$
  2. $\text{”TINESAX / EOAHTFX / MAIIAIX / HTLTHEY / TAPNGDL / OSTNHMX”}$
  3. $\text{”TINESAX / EOAHTFX / HTLTHEY / MAIIAIX / OSTNHMX / TAPNGDL”}$
  4. $\text{”EOAHTFX / TINESAX / HTLTHEY / MAIIAIX / TAPNGDL / OSTNHMX”}$
edited by

2 Answers

2 votes
2 votes

Option A) is correct answer

In columnar transposition Cipher we writes the plaintext in rows and then reads the cipher text in columns one by one. 

 

0 votes
0 votes

Starting with the column headed by "A", our ciphertext begins "TINESAX" from this column. We now move to the column headed by "M", and so on through the letters of the keyword in alphabetical order to get the ciphertext "TINESAX / EOAHTFX / HTLTHEY / MAIIAIX / TAPNGDL / OSTNHMX" (where the / tells you where a new column starts). The final ciphertext is thus "TINES AXEOA HTFXH TLTHE YMAII AIXTA PNGDL OSTNH MX".

 

https://crypto.interactive-maths.com/columnar-transposition-cipher.html

Answer:

Related questions

2 votes
2 votes
2 answers
1
Satbir asked Jan 13, 2020
2,341 views
Avalanche effect in cryptography refersLarge changes in cipher text when the keyword is changed minimallyLarge changes in cipher text when the plain text is changedLarge ...
4 votes
4 votes
4 answers
2
Satbir asked Jan 13, 2020
3,631 views
Checksum field in TCP header isones complement of sum of header and data in bytesones complement of sum of header, data and pseudo header in $16$ bit wordsdropped from $\...
4 votes
4 votes
5 answers
3
Satbir asked Jan 13, 2020
4,342 views
Remote Procedure Calls are used forcommunication between two processes remotely different from each other on the same systemcommunication between two processes on the sam...
5 votes
5 votes
3 answers
4
Satbir asked Jan 13, 2020
3,129 views
The persist timer is used in TCP toTo detect crashes from the other end of the connectionTo enable retransmissionTo avoid deadlock conditionTo timeout $\textsf{FIN_Wait1}...