From a0198a9e6c0ae9157e7a1c075d6f48b541fb9763 Mon Sep 17 00:00:00 2001 From: brectanus Date: Wed, 19 Dec 2007 17:20:23 +0000 Subject: [PATCH] Polish up docs for md5/sha1. --- doc/modsecurity2-apache-reference.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index b01f9098..07e00ff3 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -3461,8 +3461,8 @@ SecRule XML:/xq:employees/employee/name/text() Fred \ <literal>md5</literal> This function calculates an MD5 hash from input. Note that the - computed hash is in a raw binary form and should be hex encoded to be - human readable (t:md5,t:hexEncode). + computed hash is in a raw binary form and may need encoded to be useable + (EX: t:md5,t:hexEncode).
@@ -3552,8 +3552,8 @@ SecRule XML:/xq:employees/employee/name/text() Fred \ <literal>sha1</literal> This function calculates a SHA1 hash from input. Note that the - computed hash is in a raw binary form and should be hex encoded to be - human readable (t:sha1,t:hexEncode). + computed hash is in a raw binary form and may need encoded to be useable + (EX: t:sha1,t:hexEncode).