Question: This problem concerns binary representations. Complete the follow - ing, in each case describing how you arrive at your answer. ( a ) AIlow many

This problem concerns binary representations. Complete the follow-
ing, in each case describing how you arrive at your answer.
(a) AIlow many integers can be represented using nine binary digits?
(b) What is the smallest nine-bit integer? What is the largest nine-
bit integer?
(c) What is the minimum number of binary digits needed to represent
the integer 250000?(note: you can answer this without finding the full
binary represientation of 250000)
(a) Given that the ciphertext EBO was encrypted using a shift(n)
cipher and that the plaintext is an English word, if you use a brute
force key search to try to decrypt it, you will run into an ambiguity.
Describe what the issue is
(b) Is the issue in part (a) resolved if you find out that the plaintext
is a proper first name rather than a word? Explain.
(c) Compare and contrast the decryption of this message with the
decryption you did in the Module 1 discussion. For example, you might
focus on the process you used for each, the difficulties encountered, etc.
In our lecture notes we used the initial state s0s1s2=011 and
recursion
sm-=sm-1+sm-3,(mod2)
to extend this key stream to 011101.
(a) Continue to extend this stream until you see a repeating pattern.
What block of digits is continually repeated?
(b) Describe how you can use what you found in part (a) to predict
the key stream that would result from starting with the initial state
s0s1s2-010.
(c) Repeat (a) with the recursion
sm-=sm1+sm-4,(mod2)
and initial state s0s1s2s3=1000.
Suppose you are using a variable shift cipher shift (n1,n2,dots,nl) to
encrypt messages and you wish to thwart Oscar, who has the following
capabilities: (1) he can figure out the value of l that you are using, and
(2) he has the capacity to perform a brute force key search over one
billion keys.
To give yourself a measure of security, you would like Oscars ex-
pected average search length to be at least one trillion trials. What is
the minimum value of l required? Explain carefully how you arrive at
your answer.

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 Programming Questions!