apoc.util.sha512
Function
apoc.util.sha512(values [Any])
- returns the SHA512 of the concatenation of all string values in the list.
Usage Examples
RETURN apoc.util.sha512(["Michael"]) AS output;
output |
---|
"e70bdf701bd91b2357ec83bd6fb74d602f2883beb6934de21c9bffa0fc0717a9ee6ef9327387ac2b3735a3be9796754a03941059405955999e2302b0ae7efeb6" |
Was this page helpful?