[users@httpd] Does Apache htpasswd using md5 match the PHP md5 function result?

2013-05-02 Thread Bo Berglund
I am trying to understand the use of MD5 as passwords for Apache, previously I have always used CRYPT:ed passwords in my .htpasswd file. Because Apache on Windows does not allow CRYPT:ed passwords (see earlier thread) I am investigating the MD5 possibility. The problem I have is that I need to let

Re: [users@httpd] Does Apache htpasswd using md5 match the PHP md5 function result?

2013-05-02 Thread Ben Johnson
On 5/2/2013 1:50 PM, Bo Berglund wrote: I am trying to understand the use of MD5 as passwords for Apache, previously I have always used CRYPT:ed passwords in my .htpasswd file. Because Apache on Windows does not allow CRYPT:ed passwords (see earlier thread) I am investigating the MD5

Re: [users@httpd] Does Apache htpasswd using md5 match the PHP md5 function result?

2013-05-02 Thread Ben Johnson
On 5/2/2013 2:19 PM, Ben Johnson wrote: On 5/2/2013 1:50 PM, Bo Berglund wrote: I am trying to understand the use of MD5 as passwords for Apache, previously I have always used CRYPT:ed passwords in my .htpasswd file. Because Apache on Windows does not allow CRYPT:ed passwords (see