Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Design a system with a server and a client that can exchange files in either direction such that confidentiality and integrity of those files
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 have access to public key crypto, symmetric key crypto and cryptographic hash functions. Come up with the best design for accomplishing both confidentiality and integrity using a combination of the above tools. Submit a report with the usual information along with a diagram that illustrates the overall idea using the notations we use in this course.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started