Apache web server supports three different algorithms for "encrypted" passwords for HTTP Basic authentication:ย - Unix-style crypt() passwords: uses a 12 bit salt (4096 possible values) and only the first 8 characters of the cleartext password are used
http://www.securiteam.com/unixfocus/5AP0H1FNFA.html
