From 077d61658da18ce044acb37a003de48d60dbe9e2 Mon Sep 17 00:00:00 2001 From: Chaim Sanders Date: Tue, 7 Feb 2017 13:50:01 -0500 Subject: [PATCH] Updated Reference Manual (mediawiki) --- Reference-Manual.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index 20da4b9..3c5c87c 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -2745,7 +2745,7 @@ Looks up the length of the input string in bytes, placing it (as string) in outp Converts all characters to lowercase using the current C locale. == md5 == -Calculates an MD5 hash from the data in input. The computed hash is in a raw binary form and may need encoded into text to be printed (or logged). Hash functions are commonly used in combination with hexEncode (for example: ```t:md5,t:hexEncode```). +Calculates an MD5 hash from the data in input. The computed hash is in a raw binary form and may need encoded into text to be printed (or logged). Hash functions are commonly used in combination with hexEncode (for example: t:md5,t:hexEncode). == none == Not an actual transformation function, but an instruction to ModSecurity to remove all transformation functions associated with the current rule.