apoc.util.sha512

Function

apoc.util.sha512(values [Any]) - returns the SHA512 of the concatenation of all string values in the list.

Signature

apoc.util.sha512(values :: LIST? OF ANY?) :: (STRING?)

Input parameters

Name Type Default

values

LIST? OF ANY?

null

Usage Examples

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

"e70bdf701bd91b2357ec83bd6fb74d602f2883beb6934de21c9bffa0fc0717a9ee6ef9327387ac2b3735a3be9796754a03941059405955999e2302b0ae7efeb6"