Question: Program must be written in python. Write a client-server architecture in the Python environment, in which the client sends a 'key.dat' file that contains a
Program must be written in python.
Write a client-server architecture in the Python environment, in which the client sends a 'key.dat' file that contains a key of 100 random characters. It is also required to send an 'Encrypt.dat file which contains data that was encrypted using the Vigenere cipher. The server would accept both files and use the key in the key.dat file to decrypt the data in the 'Encrypt.dat' file and write the result to a file called "Decrypt.dat'.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
