Question: write a python program that ciphers a plain text message using double transposition scheme and vise versa. The program should accept five tuples of input:
write a python program that ciphers a plain text message using double transposition scheme and vise versa. The program should accept five tuples of input: plain text, row, column, permutation of row and columns.
Pain Text: attack at dawn
Matrix Row Size: 5
Matrix Column Size: 3
Row Permutation Order: 3,5,1,4,2
Column permutation order: 1,3,2
Encrypted Text:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
