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