Question: Write a python program A that reads a text file called 'NoMoreMurders.dat' containing the contents of minimum 1000 character letter addressed to Dr Keith Rowley.

Write a python program A that reads a text file called 'NoMoreMurders.dat' containing the contents of minimum 1000 character letter addressed to Dr Keith Rowley. The program should encrypt the content of the file using the DoubleCipher from part 1 and then save to a file called 'Rowley.dat'. The program should then send the 'Rowley.dat' file to another computer running a python program B. Program B should accept the contents of the 'Rowley.dat' file and save to the hard drive. Program B should then open the saved 'Rowley.dat' and attempt to break the encryption by trial and error. This involves trying different keys until recognizable text is decoded. Once decoded program B should print the contents of 'Rowley.dat' to the screen. A sample of the screen shot from program B should be included in the submission along with the 'Rowley.dat' file. [Hint: finding recognizable text involves using a keywords that are likely to be present in the original letter to Dr Keith Rowley] What to Submit? d. Python file for Program A e. Python file for Program B f. Screen shot of Output of Program B g. Rowley.dat file h. Python Program files including the names and uwi ID numbers of the members of the group. Groups should have no more than two members
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
