Re: [EMAIL PROTECTED] htpasswd questions

2007-10-25 Thread Joshua Slive
On 10/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > > Joshua Slive <[EMAIL PROTECTED]> wrote: > > The password formats are described in detail here: > > http://httpd.apache.org/docs/2.2/misc/password_encryptions.html > > Thanks, that explains a lot. But why are Crypt and MD5 hashes

Re: [EMAIL PROTECTED] htpasswd questions

2007-10-25 Thread anon6565
Hello, Joshua Slive <[EMAIL PROTECTED]> wrote: > The password formats are described in detail here: > http://httpd.apache.org/docs/2.2/misc/password_encryptions.html Thanks, that explains a lot. But why are Crypt and MD5 hashes salted, and SHA is not? Joshua Slive <[EMAIL PROTECTED]> wrote: > c

Re: [EMAIL PROTECTED] htpasswd questions

2007-10-25 Thread Joshua Slive
On 10/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > > I've got some questions about htpasswd. From the man page: > -Anonymous Why anonymous? Are you up to no good? Anyway, this is all public information. The password formats are described in detail here: http://httpd.apache.org/

[EMAIL PROTECTED] htpasswd questions

2007-10-25 Thread anon6565
Hello, I've got some questions about htpasswd. From the man page: -m Use MD5 encryption for passwords. On Windows, Netware and TPF, this is the default. -d Use crypt() encryption for passwords. The default on all plat