apoc.util.md5
Function APOC Core
apoc.util.md5([values]) | computes the md5 of the concatenation of all string values of the list
Usage Examples
RETURN apoc.util.md5(["Michael"]) AS output;
output |
---|
"3e06fa3927cbdf4e9d93ba4541acce86" |
Was this page helpful?