Answered step by step
Verified Expert Solution
Question
1 Approved Answer
6 Task Six: Synchronous Cipher ( 2 marks ) The following stream cipher operates on character A - Z one at a time. A character
Task Six: Synchronous Cipher marks
The following stream cipher operates on character AZ one at a time. A character AZ is mapped
to Z in the usual way. For a key k Z a key stream kkk is generated by
the following rule:
For a message
where in the ciphertext
is calculated as
follows:
Your tasks are:
ci mi ki mod
Describe the decryption algorithm.
Implement the above algorithm, for both encryption and decryption.
Encrypt the message I LOVE WOLLONGONG" with key
Decrypt the ciphertext MQJJ with 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