apoc.util.sha512

Function

apoc.util.sha512(values LIST<ANY>) - returns the SHA512 of the concatenation of all STRING values in the LIST<ANY>.

Signature

apoc.util.sha512(values :: LIST<ANY>) :: STRING

Input parameters

Name Type Default

values

LIST<ANY>

null

Usage Examples

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

"e70bdf701bd91b2357ec83bd6fb74d602f2883beb6934de21c9bffa0fc0717a9ee6ef9327387ac2b3735a3be9796754a03941059405955999e2302b0ae7efeb6"