# Hashing Functions
Hashing functions are used to hash the input value.
# MD5
md5(col)
1
Return md5 hashed value of the argument.
# SHA1
sha1(col)
1
Return sha1 hashed value of the argument.
# SHA256
sha256(col)
1
Return sha256 hashed value of the argument.
# SHA384
sha384(col)
1
Return sha384 hashed value of the argument.
# SHA512
sha512(col)
1
Return sha512 hashed value of the argument.
What’s on this page