1.

What will be the encrypted text corresponding to plain text “CLASSIFIED” using columnar transposition cipher with a keyword as “GAMES”?(a) LFDSIASECI(b) SECIAISDFL(c) CILFAISESD(d) LFSECIAISDThis question was posed to me during an interview for a job.Question is from Cryptography in section Cryptography of Data Structures & Algorithms II

Answer»

The correct answer is (d) LFSECIAISD

Easiest explanation - For encrypting USING columnar cipher we have to arrange the letters of the plain text in a table which has the same NUMBER of columns as the letters of the KEYWORD. Then the letters of the keyword are arranged in alphabetical order and we read along each column.

3 1 4 2 5

G A M E S

C L A S S

I F I E D

So the ciphered text will be “IFSECIAISD”.



Discussion

No Comment Found

Related InterviewSolutions