You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by co...@apache.org on 2000/05/03 22:04:27 UTC

Re: general/5571: Cannot stop MD5 formatting of htpasswd

[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]


Synopsis: Cannot stop MD5 formatting of htpasswd

State-Changed-From-To: open-closed
State-Changed-By: coar
State-Changed-When: Wed May  3 13:04:26 PDT 2000
State-Changed-Why:
That is designed and expected behaviour.  Apache does not
include the crypt() routine on Windows due to export
control issues, so it cannot interpret passwords that
have been encrypted by another tool using that algorithm.
The MD5 algorithm was chosen as the standard for Apache
because it will work on all platforms on which Apache is
supported.