Question

In this part, you will be working with HTTP's Digest authentication mechanism. Assume that accessing a resource &#34...

In this part, you will be working with HTTP's Digest authentication mechanism. Assume that accessing a resource "/Public/CS/Home.png" on a web server results in the following (partial) response.

HTTP/1.1 401 Unauthorized
WWW-Authenticate: Digest realm="Mordor", nonce="03e2abb8a924e966bee59d41cef32851", opaque="4043168947418128"

Part 2A

Assuming that the user name is shemeka and the password is rlqy, the HTTP Authorization header line sent by the client (e.g., browser) following the above notification for authentication will be of the following form.

Authorization: Digest username="shemeka", response="", realm="Mordor", nonce="03e2abb8a924e966bee59d41cef32851", uri="/Public/CS/Home.png", opaque="4043168947418128"

What should be the value of the "response" field which currently is empty? Please do NOT include the quotation marks (i.e., ") in your answer. You must use lowercase hexadecimal digits in your answer, if applicable. [2 marks]

Part 2B

In order to safeguard against server compromises, the server stores a hash value that includes the password (and other things) and uses this hash value for authentication. In this particular example here, what is the hash value you expect the server to keep in its repository? You must use lowercase hexadecimal digits in your answer, if applicable. [2 marks]

0 0
Add a comment Improve this question Transcribed image text
Answer #1

ANSWER: Nonce is a random number used in cryptography Nonce number is once usable only - like an use and throw number The MD51. compute the MD5 hash value of the user name, authentication realm and password in combination 2. the response from the cliParts 2B, 2C) The password is encrypted and stored in a flat text fiel called htDigest file This htDigest file stores all the

Add a comment
Know the answer?
Add Answer to:
In this part, you will be working with HTTP's Digest authentication mechanism. Assume that accessing a resource &#34...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Part 1 In this part, you will be working with HTTP's Basic authentication mechanism. Part 1A Access to a Web resour...

    Part 1 In this part, you will be working with HTTP's Basic authentication mechanism. Part 1A Access to a Web resource results in the following (partial) response. HTTP/1.1 401 Unauthorized Www-Authenticate: Basic realm="Mordor" Assuming that the user name is lorenza and the password is vwax, what is the complete HTTP Authorization header line sent by the client (i.e., browser) following the above notification to authenticate? Your header line should be complete with both the header field and the value field...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT