Digest access authentication: Difference between revisions

Content deleted Content added
Mit pubg us hack
Tags: Reverted Mobile edit Mobile web edit
m Reverting possible vandalism by 178.14.82.235 to version by Yogibur. Report False Positive? Thanks, ClueBot NG. (3922368) (Bot)
Line 2:
'''Digest access authentication''' is one of the agreed-upon methods a [[web server]] can use to negotiate credentials, such as username or password, with a user's [[web browser]]. This can be used to confirm the identity of a user before sending sensitive information, such as online banking transaction history. It applies a [[hash function]] to the username and [[password]] before sending them over the network. In contrast, [[basic access authentication]] uses the easily reversible [[Base64]] encoding instead of hashing, making it non-secure unless used in conjunction with [[Transport Layer Security|TLS]].
 
Technically, digest authentication is an application of [[MD5]] [[cryptographic hash]]ing with usage of [[cryptographic nonce|nonce]] values to prevent [[replay attack]]s. It uses the [[Hypertext Transfer Protocol|HTTP]] protocol.www.hack pubg
 
== Overview ==