apoc.util.sha256

Function APOC Core

apoc.util.sha256([values]) | computes the sha256 of the concatenation of all string values of the list

Signature

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

Input parameters

Name Type Default

values

LIST? OF ANY?

null

Usage Examples

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

"f089eaef57aba315bc0e1455985c0c8e40c247f073ce1f4c5a1f8ffde8773176"