SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
William Stallings
Chapter:
Classical Encryption Techniques
Exercise:
Review Questions
Question:10 | ISBN:9781292158587 | Edition: 7

Question

What is the drawback of a Playfair cipher?

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Answer

Playfair cipher is relatively easy to figure out because it still exposes much of the structure of the plaintext language by revealing the frequency of letters.

 

Explanation:

 

In a typical message or plaintext, we use some alphabets more frequently than others.for example, we use the alphabet ' e ' more frequently than ' z '


in fig 3.6 we can see the distribution of letters in a typical plain text. (in plaintext plot)

 

Let's see how the frequency distribution plot developed in fig 3.6 in the first place.

to find the frequency value of the letter, we take the number of occurrences of each letter in the text and divide it with the occurrences of the most frequently used letter.

such that value of letter ' e ' calculated as 12.702/12.072 = 1; (Acc to values of fig 3.5)
 value of letter ' t ' calculated as 9.056/12.072 = 0.72;

 

Generally, if the relative frequency of a letter's plot is straight, flat, and horizontal then it is said to be secure and cryptanalysis of ciphertext is nearly impossible.

 

But in fig 3.6 You can see the plot of the Playfair cipher plot nowhere near flat. and share much of the same relative frequency structure as plaintext. leaving enough data for attackers to work with. Generally, a few hundred letters of ciphertext are said to be sufficient.

 

This is the main drawback of Playfair encryption.

0 0

Discussions

Post the discussion to improve the above solution.