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
Get step-by-step solutions from verified subject matter experts
