HUGO
News Docs Themes Community GitHub

crypto.SHA1

Hashes the given input and returns its SHA1 checksum encoded to a hexadecimal string.

Syntax

crypto.SHA1 INPUT

Returns

string

Alias

sha1
{{ sha1 "Hello world" }} → 7b502c3a1f48c8609ae212cdfb639dee39673f5e

Last updated: January 1, 0001
Improve this page