Function “sha256Of”
function sha256Of(data)
Computes the SHA-256 sum of the given string.
Parameters
| Name | Type | Description |
|---|---|---|
data | string | The data for which to compute the SHA-256 sum |
Return Value
Returns the 256-bit hash value encoded as a hex string.