Function “sha256Of”

function sha256Of(data)

Computes the SHA-256 sum of the given string.

Parameters

NameTypeDescription
datastringThe data for which to compute the SHA-256 sum

Return Value

Returns the 256-bit hash value encoded as a hex string.