Question: PYTHON The transposition cipher can be generalized to any number of rails. Write a function to implement a three-rail fence cipher that takes every third

PYTHON The transposition cipher can be generalized to any number of rails. Write a function to implement a three-rail fence cipher that takes every third character and puts it on one of the three rails. Test your algorithm with two sample input as shown below. PlainText: ABCDEFGHI CipherText: CFIBEHADG Plain Text: JACK IN THE BOX CipherText: CIT XA EOJKNHB
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
