Question: in python, Write a program to encode an ASCII text file excerpt.txt using a caesar cipher. It should ask user for input for a shift

in python, Write a program to encode an ASCII text file excerpt.txt using a caesar cipher. It should ask user for input for a shift value from 1-26 and the name of a text file, and write the encoded text to ciphertext.txt. Encode alphabet characters only using Unicode/ASCII values. You are NOT required to decode the ciphertext version, but it does help for testing purposes. Input validation is also not required.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!