Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using PyCharm, I need a function for client1.py as well as a function for server1.py so that the client can receive and send a message

image text in transcribed

Using PyCharm, I need a function for "client1.py" as well as a function for "server1.py" so that the client can receive and send a message to the servers cipher function following with the server sending back the encrypted message that will then display on the screen of client1.py. Thank you so much in advance, I tried to be as specific as possible!! Will up-vote IMMEDIATELY any correct response!

Please write your own function in the server, which encrypts a message based on Caesar cipher. See the description and implementation of Caesar cipher here: https://www.geeksforgeeks.org/caesar- cipher-in-cryptography. Here is what you need to do: (1) The client receives a message from the user like "Transformers the last knight. Please note that Caesar cipher can only handle letters. (2) The client send the message to the server's Caesar cipher function (3) The server encrypts the message and send it back to the client (4) The client display the encrypted message on the screen

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_2

Step: 3

blur-text-image_3

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

Data Mining Concepts And Techniques

Authors: Jiawei Han, Micheline Kamber, Jian Pei

3rd Edition

0123814790, 9780123814791

More Books

Students also viewed these Databases questions

Question

Which job has negative profit?

Answered: 1 week ago

Question

What are the total sales orders for November?

Answered: 1 week ago