mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
Polish up docs for md5/sha1.
This commit is contained in:
parent
f3fae3155d
commit
a0198a9e6c
@ -3461,8 +3461,8 @@ SecRule <emphasis>XML:/xq:employees/employee/name/text()</emphasis> Fred \
|
|||||||
<title><literal>md5</literal></title>
|
<title><literal>md5</literal></title>
|
||||||
|
|
||||||
<para>This function calculates an MD5 hash from input. Note that the
|
<para>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
|
computed hash is in a raw binary form and may need encoded to be useable
|
||||||
human readable (t:md5,t:hexEncode).</para>
|
(EX: t:md5,t:hexEncode).</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -3552,8 +3552,8 @@ SecRule <emphasis>XML:/xq:employees/employee/name/text()</emphasis> Fred \
|
|||||||
<title><literal>sha1</literal></title>
|
<title><literal>sha1</literal></title>
|
||||||
|
|
||||||
<para>This function calculates a SHA1 hash from input. Note that the
|
<para>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
|
computed hash is in a raw binary form and may need encoded to be useable
|
||||||
human readable (t:sha1,t:hexEncode).</para>
|
(EX: t:sha1,t:hexEncode).</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user