Question: Using Monoalphabetic Cipher approach, Create a program that encodes and decodes messages using key to shift alphabet encryption and description. Tips: 1 . Create a
Using Monoalphabetic Cipher approach, Create a program that encodes and decodes messages using key to shift alphabet encryption and description.
Tips:
Create a function that accepts message as argument.
a Create a monoalphacipher dictionary based on the shift alphabet key: Object
b Return the encrypted message.
Create a function that accepts the message as argument.
a Create a monoalphacipher dictionary based on the shift alphabet key: Object
b Return the decrypted message.
Test your script with the below message and key
a Message: how are you doing today?
Take screenshots of your code and your message and submit to the drop box.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
