From: Stefan Fritsch Date: Sat, 6 Jul 2013 21:40:00 +0000 (+0000) Subject: add note when default algorithm has been changed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247593199834ed1079c5f2145461a33cf2368f57;p=thirdparty%2Fapache%2Fhttpd.git add note when default algorithm has been changed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500323 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/htpasswd.xml b/docs/manual/programs/htpasswd.xml index b452f4f5e7e..e5a6af95e5d 100644 --- a/docs/manual/programs/htpasswd.xml +++ b/docs/manual/programs/htpasswd.xml @@ -126,7 +126,8 @@ distribution. one) is omitted. It cannot be combined with the -c option.
-m
-
Use MD5 encryption for passwords. This is the default.
+
Use MD5 encryption for passwords. This is the default (since version + 2.2.18).
-B
Use bcrypt encryption for passwords. This is currently considered to @@ -141,7 +142,8 @@ distribution.
Use crypt() encryption for passwords. This is not supported by the httpd server on Windows and Netware. This algorithm limits the password length to 8 characters. - This algorithm is insecure by today's standards.
+ This algorithm is insecure by today's standards. + It used to be the default algorithm until version 2.2.17.
-s
Use SHA encryption for passwords. Facilitates migration from/to Netscape