Question: Q4. Implement the columnar ciphering algorithm in Python. If the input is P = HELLO DEAR TSU STUDENTS and the key is always LUNA, then

Q4. Implement the columnar ciphering algorithm in Python. If the input is P = HELLO DEAR TSU STUDENTS and the key is always LUNA, then it must produce this ciphertext: C = LAUDS HORSE LESUT EDTTN. Include your code and include your screenshots showing that your code produced this ciphertext. Assume that the number of characters in the plain text is a multiple of 4 as the key LUNA has four characters - this must simplify your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
