Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem 1 - Linear feedback shift register key streams ( 1 1 marks ) Stream ciphers such as the one - time pad require a

Problem 1- Linear feedback shift register key streams (11 marks)
Stream ciphers such as the one-time pad require a secret key stream of pseudorandom bits. In this
problem, you will cryptanalyze one possible approach for generating such a key stream.
Let m be a positive integer and c0,c1,dots,cm-1in{0,1} a sequence of m fixed bits. Let z0,z1,dots,zm-1
be any sequence of m bits and define zm,zm+1,zm+2,dots via the linear recurrence
zn+m-=cm-1zn+m-1+cm-2zn+m-2+cdots+c1zn+1+c0zn(mod2),(n0),
with the usual arithmetic modulo 2. The fixed bits c0,c1,dotscm-1 are the coefficients of the linear
recurrence (1) and the initial values z0,z1,dots,zm-1 are its seed. If the seed and the coefficients are
appropriately chosen, then (1) generates a sequence of 2m pseudorandom bits1(zi)i0 from a seed
of length m. This type of construction is popular since it can be implemented very efficiently in
hardware using a linear feedback shift register (LFSR). If you are interested in how to do this; see
pp.36-37 of the Stinson-Paterson book, but you don't need to consult this source or know what an
LSFR is in order to solve this problem.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Seven Databases In Seven Weeks A Guide To Modern Databases And The NoSQL Movement

Authors: Eric Redmond ,Jim Wilson

1st Edition

1934356921, 978-1934356920

More Books

Students also viewed these Databases questions

Question

Keep your head straight on your shoulders

Answered: 1 week ago