Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use modular arithmetic to find the digest of a message. Figure 11.16 shows the procedure. The steps are as follows: a. Let the length of

Use modular arithmetic to find the digest of a message. Figure 11.16 shows the procedure. The steps are as follows: a. Let the length of the message digest be m bits. b. Choose a prime number, p, of m bits as the modulus. c. Represent the message as a binary number and pad the message with extra 0s to make it multiple of m bits. d. Divide the padded message into N blocks, each of m bits. Call the ith block Xi . e. Choose an initial digest of m bits, H0. f. Repeat the following N times: Hi = (Hi-1 Xi ) 2 mod p g. The digest is HN. What is the value of the digest if the message is HELLO? Why is this digest not secure?

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_2

Step: 3

blur-text-image_3

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

Project Management A Systems Approach to Planning Scheduling and Controlling

Authors: Harold Kerzner

10th Edition

978-047027870, 978-0-470-5038, 470278706, 978-0470278703

More Books

Students also viewed these General Management questions

Question

a. How many shares must BCB sell to net $30 million?

Answered: 1 week ago