summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/crypto/MD5.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/crypto/MD5.md')
-rw-r--r--docs/content/en/functions/crypto/MD5.md22
1 files changed, 8 insertions, 14 deletions
diff --git a/docs/content/en/functions/crypto/MD5.md b/docs/content/en/functions/crypto/MD5.md
index 9415e015c..ba44660df 100644
--- a/docs/content/en/functions/crypto/MD5.md
+++ b/docs/content/en/functions/crypto/MD5.md
@@ -1,28 +1,22 @@
---
title: crypto.MD5
-linkTitle: md5
-description: hashes the given input and returns its MD5 checksum.
-categories: [functions]
+description: Hashes the given input and returns its MD5 checksum encoded to a hexadecimal string.
+categories: []
keywords: []
-menu:
- docs:
- parent: functions
-function:
+action:
aliases: [md5]
+ related:
+ - functions/crypto/FNV32a
+ - functions/crypto/HMAC
+ - functions/crypto/SHA1
+ - functions/crypto/SHA256
returnType: string
signatures: [crypto.MD5 INPUT]
-relatedFunctions:
- - crypto.FNV32a
- - crypto.HMAC
- - crypto.MD5
- - crypto.SHA1
- - crypto.SHA256
aliases: [/functions/md5]
---
```go-html-template
{{ md5 "Hello world" }} → 3e25960a79dbc69b674cd4ec67a72c62
-
```
This can be useful if you want to use [Gravatar](https://en.gravatar.com/) for generating a unique avatar: