From: Vincent Bray Date: Tue, 26 Feb 2008 01:23:19 +0000 (+0000) Subject: Typos X-Git-Tag: 2.3.0~930 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c10c13df92dde288c8a6ae024ebba90d18528ce1;p=apache Typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@631054 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/password_encryptions.html.en b/docs/manual/misc/password_encryptions.html.en index 35ab3bd7ee..4c75c0e99e 100644 --- a/docs/manual/misc/password_encryptions.html.en +++ b/docs/manual/misc/password_encryptions.html.en @@ -49,7 +49,7 @@
MD5
"$apr1$" + the result of an Apache-specific algorithm using an iterated (1,000 times) MD5 digest of various combinations of a - randoml 32-bit salt and the password. See the APR source file + random 32-bit salt and the password. See the APR source file apr_md5.c for the details of the algorithm.
@@ -108,7 +108,7 @@ first 8 characters of CRYPT passwords are considered.

The salt for an MD5 password is between $apr1$ and the - following $ (as a Base64-encoded binary value - max 8 chars) + following $ (as a Base64-encoded binary value - max 8 chars). To validate myPassword against $apr1$r31.....$HqJZimcKQFAMYayBlzkrA/

diff --git a/docs/manual/misc/password_encryptions.xml b/docs/manual/misc/password_encryptions.xml index d5067bc6aa..0b6450efce 100644 --- a/docs/manual/misc/password_encryptions.xml +++ b/docs/manual/misc/password_encryptions.xml @@ -50,7 +50,7 @@
MD5
"$apr1$" + the result of an Apache-specific algorithm using an iterated (1,000 times) MD5 digest of various combinations of a - randoml 32-bit salt and the password. See the APR source file + random 32-bit salt and the password. See the APR source file apr_md5.c for the details of the algorithm.
@@ -109,7 +109,7 @@ first 8 characters of CRYPT passwords are considered.

The salt for an MD5 password is between $apr1$ and the - following $ (as a Base64-encoded binary value - max 8 chars) + following $ (as a Base64-encoded binary value - max 8 chars). To validate myPassword against $apr1$r31.....$HqJZimcKQFAMYayBlzkrA/