apoc.util.sha512

Details

Syntax

apoc.util.sha512(values)

Description

Returns the SHA512 of the concatenation of all STRING values in the LIST<ANY>.

Arguments

Name

Type

Description

values

LIST<ANY>

The list of values to concatenate and generate a sha512 checksum from.

Returns

STRING

Usage Examples

RETURN apoc.util.sha512(["Michael"]) AS output;
Results
output

"e70bdf701bd91b2357ec83bd6fb74d602f2883beb6934de21c9bffa0fc0717a9ee6ef9327387ac2b3735a3be9796754a03941059405955999e2302b0ae7efeb6"