Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by TomDonovan: http://wiki.apache.org/httpd/Encrypted_Passwords The comment on the change is: name & 1st-level title redundant ------------------------------------------------------------------------------ ## page was renamed from Encrypted Password - = Apache Encrypted Passwords = - == Basic Authentication == + = Basic Authentication = There are four formats that Apache recognizes for basic-authentication passwords. Note that not formats work on every platform: 1. '''PLAIN TEXT''' ''(i.e. unencrypted)'' passwords: Windows, BEOS, & Netware only. @@ -83, +82 @@ }}} - == Digest Authentication == + = Digest Authentication = There is only one format which Apache recognizes for digest-authentication passwords. This format is the MD5 hash of the string {{{user:realm:password}}} as a 32-character string of hexadecimal digits. {{{realm}}} is the ''Authorization Realm'' argument to the AuthName directive in httpd.conf.
