apoc.hashing.fingerprint(object Any, excludedPropertyKeys [String]) - calculates a MD5 checksum over a node or a relationship (identical entities share the same checksum).
Unsuitable for cryptographic use-cases.
apoc.hashing.fingerprinting(object Any, config Map<String, Any>) - calculates a MD5 checksum over a node or a relationship (identical entities share the same checksum).
Unlike apoc.hashing.fingerprint(), this function supports a number of config parameters.
Unsuitable for cryptographic use-cases.
apoc.hashing.fingerprintGraph(propertyExcludes [String]) - calculates a MD5 checksum over the full graph.
This function uses in-memory data structures.
Unsuitable for cryptographic use-cases.