Question: HMAC Authentication REST digest = base 6 4 encode ( hmac ( sha 2 5 6 , secret, GET + / users /

HMAC Authentication REST
digest = base64encode(hmac("sha256", "secret",
"GET+/users/username/account"))
GET/users/username/account HTTP/1.1
Host:
example.org
Authentication: hmac username:[digest]
Which of the following statements about the snippet above is/are false?
Pick ONE OR MORE options
It is the most secure way to transmit credentials in HTTP headers for authentication and authorization in
REST API's when using GET.
A hacker listening for the above request will never be able to use the credentials to access any other
resource on the server.
The request can be made more secure by adding the 'Nonce' and 'Date' fields to the digest string.
Using the user's password instead of the text 'secret' will make the request more secure.
 HMAC Authentication REST digest = base64encode(hmac("sha256", "secret", "GET+/users/username/account")) GET/users/username/account HTTP/1.1 Host:

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