Digest access authentication
Appearance
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.