SHA512
This function converts the specified string into a SHA512 hex value hash.
Arguments
SHA512(1,2)
Ordinal | Type | Required | Description |
---|---|---|---|
1 | String | True | String to convert |
2 | String | False | Character set to use for character-encoding. Valid values are UTF-8 (default) and UTF-16 |
NOTE: The results of the SHA512 hash are considered one-way, meaning they cannot be decrypted.