apoc.util.sha384

Function APOC Core

apoc.util.sha384([values]) | computes the sha384 of the concatenation of all string values of the 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"