sha256
Function
Computes SHA-256 hash of text, returning a 64-character hex string
Syntax
$hash = sha256 $text
compute SHA-256 hash of variable text
$hash = sha256 "hello world"
compute SHA-256 hash of literal text