PowerUp Description
The pwrHASH PowerUp function returns a string representing the equivalent has of the value provided.
PowerUp Syntax
pwrHASH(value, method)
The pwrHASH PowerUp function has the following arguments:
value – Required. This is the value to hash.
method – Optional. This can be any of the hash methods listed below. If omitted, “MD5” is the default method used.
Return Value
pwrHASH will return the string representing the hash of value using the method selected.
Remarks
The following is a list of supported has methods.
“MD5”
“RIPEMD160”
“SHA1”
“SHA256”
“SHA384”
“SHA512”
Example
=pwrHASH(A1, "MD5")