Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DescriptionCalculates the SHA-256 digest and returns the value as a hex string.
Syntax


Code Block
Digest.sha256(value)


Example

Expression: Digest.sha256("alpha")

Result: 8ed3f6ad685b959ead7022518e1af76cd816f8e8ec7ccdda1ed4018e8f2223f8

...

See Also