text sha256(text, flags)
Return an SHA-256 cryptographic 256-bit hash code of text as characters in the UTF-8 charset or an hexadecimal representation of bytes.
Flags:
| Flag | Description | 
|---|---|
"h" | Expect the text to be an hexadecimal representation of bytes, see hexEncode function. |