diff --git a/content/en/functions/crypto/MD5.md b/content/en/functions/crypto/MD5.md index 6c78ae55f..ba44660df 100644 --- a/content/en/functions/crypto/MD5.md +++ b/content/en/functions/crypto/MD5.md @@ -1,6 +1,6 @@ --- title: crypto.MD5 -description: Hashes the given input and returns its MD5 checksum. +description: Hashes the given input and returns its MD5 checksum encoded to a hexadecimal string. categories: [] keywords: [] action: diff --git a/content/en/functions/crypto/SHA1.md b/content/en/functions/crypto/SHA1.md index 247c9842a..204ff0384 100644 --- a/content/en/functions/crypto/SHA1.md +++ b/content/en/functions/crypto/SHA1.md @@ -1,6 +1,6 @@ --- title: crypto.SHA1 -description: Hashes the given input and returns its SHA1 checksum. +description: Hashes the given input and returns its SHA1 checksum encoded to a hexadecimal string. categories: [] keywords: [] action: diff --git a/content/en/functions/crypto/SHA256.md b/content/en/functions/crypto/SHA256.md index 279cec35c..6fb657767 100644 --- a/content/en/functions/crypto/SHA256.md +++ b/content/en/functions/crypto/SHA256.md @@ -1,6 +1,6 @@ --- title: crypto.SHA256 -description: Hashes the given input and returns its SHA256 checksum. +description: Hashes the given input and returns its SHA256 checksum encoded to a hexadecimal string. categories: [] keywords: [] action: