Jump to content

Digest access authentication

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Niqueco (talk | contribs) at 09:16, 10 January 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Digest access authentication is one of the defined methods a web page can negotiate credentials with a web user (who uses the HTTP protocol). This method builds on the old basic authentication scheme and adds the capability of establish user identity without sending clear text passwords over the net. For this mean, it uses a scheme of different MD5 hashes.

This method is defined by RFC 2618.

See also