Question: Using python. you have to create a code in which it will mimic a caesar cipher with n=26 so essentially what you plug in is
Using python. you have to create a code in which it will mimic a caesar cipher with n=26 so essentially what you plug in is what you should get back out, but we want this code to be able to change the n value to any number between 0-26
Modify your Caesar cipher or ROT13 code to replace each plaintext character "n" times to the right modulo 26. (For example: the offset "n" in Caesar cipher was 3, the offset "n" in ROT13 was 13). Another important requirement is that in your code the substitutions cannot be "hardcoded" as I did in the sample program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
