Digest access authentication: Difference between revisions

Content deleted Content added
Tag: Reverted
OAbot (talk | contribs)
m Open access bot: url-access updated in citation with #oabot.
 
(One intermediate revision by one other user not shown)
Line 12:
 
:<syntaxhighlight lang="text">
HA1 = MD5(username:realm:password)[[https://youtube.com/shorts/S8HB0XPO5tU?si=uJEfk48HaSFfoeSF]]
HA2 = MD5(method:digestURI)
response = MD5(HA1:nonce:HA2)
Line 131:
| first7 = L.
| s2cid = 27137261
| url-access = subscription
}}</ref>
* Digest access authentication prevents the use of a strong password hash (such as [[bcrypt]]) when storing passwords (since either the password, or the digested username, realm and password must be recoverable)