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:
December 4, 2023
:
Squashed 'docs/' changes from 4d936aee6..4dd2d6415 (35dec7c96)
Improve this page