Question: create a Python programm that encrypts and decrypts a message with the Vigenre cipher. The program must at least: . request a message . Request

create a Python programm that encrypts and decrypts a

message with the Vigenre cipher.

The program must at least:

. request a message

. Request encryption key

. Return encrypted and decrypted message

. Have detailed code explanation

Question 1: How does your code work? Explain in a few sentences how it works and add the details line of the code.

Question 2:code this:

. encrypt the message CECIESTMONMESSAGESECRET with the encryption key VIGENERE

. decrypt the message WTGMFIUIQQMIAIIIIMKRNZIMGLKPNRDMGTKGVRHGZVZZVRXXOZUMF

with the same key.

Question 3: How could modified your program to take into account the space character and letters with accents (,,,)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!