apoc.hashing.fingerprinting(object ANY, config MAP<STRING, ANY>)
- calculates a MD5 checksum over a NODE
or RELATIONSHIP
(identical entities share the same checksum).
Unlike apoc.hashing.fingerprint()
, this function supports a number of config parameters.
Unsuitable for cryptographic use-cases.