apoc.util.sha384

Function

apoc.util.sha384(values [Any]) - returns the SHA384 of the concatenation of all string values in the given list.

Signature

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

Input parameters

Name Type Default

values

LIST? OF ANY?

null

Usage Examples

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

"906f4540978fe52137d82a4b1061fc8a281a8393881b2a47403fdaf559c9f7f16838784825ff326f6243e518066daee8"