in Computer Networks edited by
7,593 views
6 votes
6 votes

In cryptography, the following uses transposition ciphers and the keyword is LAYER. Encrypt the following message. (Spaces are omitted during encrypton)

$\text{WELCOME TO NETWORK SECURITY!}$

  1. $\text{WMEKREETSILTWETCOOCYONRU!}$
  2. $\text{EETSICOOCYWMEKRONRU!LTWET}$
  3. $\text{LTWETONRU!WMEKRCOOCYEETSI}$
  4. $\text{ONRU!COOCYLTWETEETSIWMEKR}$
in Computer Networks edited by
by
7.6k views

3 Answers

15 votes
15 votes
Best answer

Write the plaintext in rows of width l(length of Key) and read it off by columns. Take the columns in a order defined by a key.

Here, l = 5,

Keyword   = L A Y E R
Key       = 3 1 5 2 4

Plaintext = W E L C O
            M E T O N
            E T W O R
            K S E C U
            R I T Y !    

Ciphertext: EETSI C00CY WMEKR ONRU! LTWET      ANS:(b)   .

selected by
by

1 comment

Keyword   = L A Y E R
Key       = 3 1 5 2 4

A comes at first in Alphabetic order so 1

E comes after A so E=2 

L comes after E so L=3 so on...

7
7
2 votes
2 votes
Option (B) is correct.

KEY IS - LAYER

Arrange the Message according to the Key in Alphabetical order.

2 Comments

Yes B is right
0
0
what "according to" ...!!!
0
0
0 votes
0 votes

1 comment

B is correct

0
0
Answer:

Related questions