Question: Problem 1 Construct a Playfair matrix with the key CINCINNATI Using this matrix to encrypt this message: a. b. A TEST TO ENCRYPT USING PLAYFAIR

Problem 1 Construct a Playfair matrix with the key CINCINNATI Using this matrix to encrypt this message: a. b. A TEST TO ENCRYPT USING PLAYFAIR CIPHER Problem 2. Implement the same Playfair Cipher from P1. Both encryption and decryption are required. This implementation is required to work on letters only. (You can use numbers, e.g., ASCII for the actual computation.) All letters are processed in upper-case forms. Neglect the spaces between words. The key matrix shall be created automatically with a keyword e.g., "CINCINNATI". The key word can be changed easily in your program. Encrypt the message "A TEST TO ENCRYPT USING PLAYFAIR CIPHER", with the keyword "CINCINNATI". Decrypt your cipher text. a. b. c. d
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
