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:
1. Create a function that accepts message as argument.
a. Create a monoalpha_cipher dictionary based on the shift alphabet key: Object
b. Return the encrypted message.
2. Create a function that accepts the message as argument.
a. Create a monoalpha_cipher 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 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!