Digest access authentication: Difference between revisions

Content deleted Content added
m Reverted edits by 2A02:A442:7E15:1:51FB:B65D:89EE:59EC (talk) (HG) (3.4.10)
Yogibur (talk | contribs)
m typo
Line 14:
</syntaxhighlight>
 
AAn MD5 hash is a 16-byte value. The HA1 and HA2 values used in the computation of the response are the hexadecimal representation (in lowercase) of the MD5 hashes respectively.
 
RFC 2069 was later replaced by RFC 2617 (''HTTP Authentication: Basic and Digest Access Authentication''). RFC 2617 introduced a number of optional security enhancements to digest authentication; '''"quality of protection" (qop)''', nonce counter incremented by client, and a client-generated random nonce. These enhancements are designed to protect against, for example, [[chosen-plaintext attack]] [[cryptanalysis]].