crypto.sha256

crypto.sha256

crypto.sha256

Function

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

Syntax

Parameters

None.

Return value

TypeDescription
StringSHA-256 digest.

Code Example

Notes

  • Input text is digested in UTF-8 bytes.