Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need a lot of help with this please! I'm currently trying to do this in C++, but having trouble understanding all of this. Please let

image text in transcribedNeed a lot of help with this please! I'm currently trying to do this in C++, but having trouble understanding all of this. Please let me know what compiler and what networking libraries were used for your answers!

Problem #1 Build a file server from which a client can request files. Pick a programming language and investigate how to use its networking libraries. Conduct some research on network or socket programming in the language you choose. I recommend C++, Java or Python Build on the above so as to provide confidentiality of the files transmitted by the server to the client. Use a symmetric key crypto algorithm such as 3DES or AES in CBC mode. Generate a key on the server side. Export this key into a file. Using a "secure/private" channel, copy this file (key) to the client computer Server lin Get File1.txt E(File1.txt,K) Get File2.txt E(File2.txt,K) Client decrypts files File1.txt and File2.txt File1.txt ik:2.txi Consult the crypto libraries for the programming language you chose. For example, for Java, do an Internet search on "Java Crypto library" or "Java encryption example". You can find crypto libs for C++ decryption, key generation and for exporting the key so it can be shared between the client and the server

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 2 Lncs 13427

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124251, 978-3031124259

More Books

Students also viewed these Databases questions