Question: I need help completeing this assignment. What I need is the mathematical written algorithm part a. completed... a. Develop a Caesar cipher-type encryption algorithm with
I need help completeing this assignment. What I need is the mathematical written algorithm part a. completed...
a. Develop a Caesar cipher-type encryption algorithm with a little more complexity in it. For example, the algorithm could alternatively shift the cleartext letters positive and negative by the amount of the key value. Variations on this are limitless.
b. Select a single-digit key.
14
c. Code a short message using the algorithm and key.
uccr acfbwbu dfctsggcf
d. Give your instructor the algorithm, key, cleartext, and ciphertext.
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| O | P | Q | R | S | T | U | V | W | X | Y | Z | A | B | C | D | E | F | G | H | I | J | K | L | M | N |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |
My message is Good Morning Professor
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
