.hashSHA256()
Description
hashSHA256 simply returns its input value as a sha256 hash
hashSHA256 takes no parameters
Usage
val = "hello world"
log val.hashSHA256()
// b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9
Last updated
Was this helpful?