apoc.util.sha1
Function
apoc.util.sha1(values LIST<ANY>)
- returns the SHA1 of the concatenation of all STRING
values in the given LIST<ANY>
.
SHA1 is a weak hashing algorithm which is unsuitable for cryptographic use-cases.
Function
apoc.util.sha1(values LIST<ANY>)
- returns the SHA1 of the concatenation of all STRING
values in the given LIST<ANY>
.
SHA1 is a weak hashing algorithm which is unsuitable for cryptographic use-cases.