Question: Write a python program C which runs on computer A. Program C reads the file called Assignment1_Clean.dat from Part 1. A Caesar Cipher key is
Write a python program C which runs on computer A. Program C reads the file called Assignment1_Clean.dat from Part 1. A Caesar Cipher key is selected and then used to encrypt Assignment1_Clean.dat. The resulting file is called Caesar_Encrypt.dat. Finally, program C is required to send the Caesar_Encrypt.dat file on a designated port for data communication to machine B running program D. You are required to use cryptanalysis techniques to decipher the Caesar_Encrypt.dat file as best as you can. Program D should print the decrypted text to the screen. Include relevant documentation in your submitted programs.
Step by Step Solution
There are 3 Steps involved in it
The question is asking for a complete process involving encryption transmission and decryption using a Caesar Cipher along with programming these tasks in Python Lets break this down into steps while ... View full answer
Get step-by-step solutions from verified subject matter experts
