CIS Lecture
CIS Lecture
Information
Security
Saifullah Adnan
Review previous lecture
• Monoalphabetic Cipher
Learning Outcome
substitution cipher.
Topics to be covered in this lecture
• Polyalphabetic Cipher
• Playfair Cipher
Playfair Cipher
2. if both letters fall in the same row, replace each with letter to right (wrapping back to
start from end)
3. if both letters fall in the same column, replace each with the letter below it (again
wrapping to top from bottom)
4. Otherwise each letter is replaced by the letter in the same row and in the column of
the other letter of the pair
Security of Playfair Cipher
= 30 16 13 21 25 message + key
E Q N V Z → ciphertext
Decryptio
n:
E Q N V Z cipher-text
key = -19 4 11 11 14
H E L L O → message
• This cipher is unbreakable in a very strong sense. The intuition is that any
message can be transformed into any cipher (of the same length) by a
pad, and all transformations are equally likely
Fundamental difficulties