mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +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>
|
||||
|
||||
<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
|
||||
human readable (t:md5,t:hexEncode).</para>
|
||||
computed hash is in a raw binary form and may need encoded to be useable
|
||||
(EX: t:md5,t:hexEncode).</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
@ -3552,8 +3552,8 @@ SecRule <emphasis>XML:/xq:employees/employee/name/text()</emphasis> Fred \
|
||||
<title><literal>sha1</literal></title>
|
||||
|
||||
<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
|
||||
human readable (t:sha1,t:hexEncode).</para>
|
||||
computed hash is in a raw binary form and may need encoded to be useable
|
||||
(EX: t:sha1,t:hexEncode).</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user