apoc.util.sha256

Function

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

Signature

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

Input parameters

Name Type Default

values

LIST<ANY>

null

Usage Examples

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

"f089eaef57aba315bc0e1455985c0c8e40c247f073ce1f4c5a1f8ffde8773176"