diff --git a/reference/strings/functions/sha1.xml b/reference/strings/functions/sha1.xml new file mode 100644 index 0000000000..04a501bca6 --- /dev/null +++ b/reference/strings/functions/sha1.xml @@ -0,0 +1,44 @@ + + + + + sha1 + Calculate the sha1 hash of a string + + + Description + + stringsha1 + stringstr + + + Calculates the sha1 hash of str using the + US Secure Hash Algorithm 1, + and returns that hash. The hash is a 40-character hexadecimal number. + + + See also crc32 and md5 + + + + +