Code: Select all
hash(value, encoding, algorithm)
Calculates the hash of value using
the specified encoding (like UTF-8 or
UTF-16LE) and hashing algorithm (like
MD5 or SHA1).
What other hashes are supported?
Moderator: Martin
Code: Select all
hash(value, encoding, algorithm)
Calculates the hash of value using
the specified encoding (like UTF-8 or
UTF-16LE) and hashing algorithm (like
MD5 or SHA1).