Question: CODE IN PYTHON!! Problem #1 Design a system with a server and a client that can exchange files in either direction such that confidentiality and
CODE IN PYTHON!!

Problem #1 Design a system with a server and a client that can exchange files in either direction such that confidentiality and integrity of those files are preserved. Assume that the public keys of the client and the server are known to each other. Use RSA for this assignment. Here are two preliminary steps that you need to follow to get started: (a) Generate a key pair using RSA in the client. Export the public key into a standard format. Research on how to encode RSA keys into a file. Copy that file physically to the server (b) Generate a key pair using RSA in the server. Export the public key into a standard format. Copy that file physically to the client. Assume you only have access to RSA public key crypto (i.e., no symmetric key crypto and no hashing) Problem #1 Design a system with a server and a client that can exchange files in either direction such that confidentiality and integrity of those files are preserved. Assume that the public keys of the client and the server are known to each other. Use RSA for this assignment. Here are two preliminary steps that you need to follow to get started: (a) Generate a key pair using RSA in the client. Export the public key into a standard format. Research on how to encode RSA keys into a file. Copy that file physically to the server (b) Generate a key pair using RSA in the server. Export the public key into a standard format. Copy that file physically to the client. Assume you only have access to RSA public key crypto (i.e., no symmetric key crypto and no hashing)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
