apoc.util.md5 Function APOC Core apoc.util.md5([values]) | computes the md5 of the concatenation of all string values of the list Signature apoc.util.md5(values :: LIST? OF ANY?) :: (STRING?) Input parameters Name Type Default values LIST? OF ANY? null Usage Examples RETURN apoc.util.md5(["Michael"]) AS output; Table 1. Results output "3e06fa3927cbdf4e9d93ba4541acce86" More documentation of apoc.util.md5 apoc.util.decompress apoc.util.sha1