Function “sha512Of”

function sha512Of(data)

Computes the SHA-512 sum of the given string.

Parameters

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

Return Value

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