Question
There is a toy encryption scheme which encrypts plaintexts that consists of only uppercase letters and theunderscore character (27 characters total): ACDEFGHIJKLMNOPQRSTUVWXYZ_ The underscore will
There is a toy encryption scheme which encrypts plaintexts that consists of only uppercase letters and theunderscore character (27 characters total): ACDEFGHIJKLMNOPQRSTUVWXYZ_ The underscore will also be encrypted. A key in this scheme consists of 4 digits, each from 0 to 9. Each digit tells how much to shift one character, that is, change it to the character that many positions later in the alphabet. If the shift goes past "_", then we wrap around to the beginning. The key is applied separately to each group of 4 letters in the message. So the message HI_SALLY would be JM_ZCPLE.
If you have a key 3144, Rerwrite the description of the encryption scheme to be more formal using functional notation to define the three algorithms G, E, and D. You may use English but give the definitions as eqality and variables to represent plaintext, ciphertext, and key.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started