apoc.util.sha384

Function

apoc.util.sha384(values LIST<ANY>) - returns the SHA384 of the concatenation of all STRING values in the given LIST<ANY>.

Signature

apoc.util.sha384(values :: LIST<ANY>) :: STRING

Input parameters

Name Type Default

values

LIST<ANY>

null

Usage Examples

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

"906f4540978fe52137d82a4b1061fc8a281a8393881b2a47403fdaf559c9f7f16838784825ff326f6243e518066daee8"