--- title: crypto.MD5 description: Hashes the given input and returns its MD5 checksum encoded to a hexadecimal string. categories: [] keywords: [] params: functions_and_methods: aliases: [md5] returnType: string signatures: [crypto.MD5 INPUT] 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: ```html ```