crypto.sha512

crypto.sha512

crypto.sha512

Function

Returns the SHA-512 lowercase hexadecimal digest of the current text.

Syntax

Parameters

None.

Return value

TypeDescription
StringSHA-512 digest.

Code Example

Notes

  • Input text is digested in UTF-8 bytes.