HUGO
News Docs Themes Community GitHub

crypto.SHA256

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

Syntax

crypto.SHA256 INPUT

Returns

string

Alias

sha256
{{ sha256 "Hello world" }} → 64ec88ca00b268e5ba1a35678a1b5316d212f4f366b2477232534a8aeca37f3c

Last updated: January 1, 0001
Improve this page