All > Technology > Programming > Java
- An authentication mechanism in which a Web application authenticates itself to a Web server by sending the server a message digest along with its HTTP request message. The digest is computed by employing a one-way hash algorithm to a concatenation of the HTTP request message and the client's password. The digest is typically much smaller than the HTTP request and doesn't contain the password.
- Browse Related Terms: anonymous access, Basic authentication, certificate authority, client-certificate authentication, digest authentication, form-based authentication, keystore, mutual authentication, principal, public-key certificate, server certificate, SIM (Subscriber Identity Module), SSL, SSL (Secure Sockets Layer), user (security), user data constraint, WTLS (Wireless Transport Layer Security)
Also listed in: