In: Computer Science
Encrypt the given plaintext with the key. Built the key matrix (big size). And show how you get each letter ciphertext (you can do that by making shapes and arrows in key matrix).
No need to draw key matric again and again.
Show all your work. If you just write cipher text and key matric without showing (shapes and arrow on key matrix) that how you get the ciphertext then your marks will be deducted.
key : alphabets
plaintext : smartness
Answer:
This can be done using playfair cipher encryption mechanism.consider the below image.
In the playfair cipher if two elements are in same row we replace the elements with element right to it.
similarly if two elements are in same column we replace the elements with elements down to the given element.
In other cases we form a rectangle with two elements and replace the element with the element horizontally opposite to it.