apoc.util.sha384

Details

Syntax

apoc.util.sha384(values)

Description

Returns the SHA384 of the concatenation of all STRING values in the given LIST<ANY>.

Arguments

Name

Type

Description

values

LIST<ANY>

The list of values to concatenate and generate a sha384 checksum from.

Returns

STRING

Usage Examples

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

"906f4540978fe52137d82a4b1061fc8a281a8393881b2a47403fdaf559c9f7f16838784825ff326f6243e518066daee8"