Categories: Cryptography
SHA512
Computes the 512-bit SHA-2 hash value of a string.
Syntax
SHA512(expression varchar) → varchar
- expression: The string to hash.
Examples
SHA512 exampleSELECT SHA512('Dremio')
-- f011241f4a038756cbffccc934ab67215e0ca5760d84423af09307c0e6d9991b24963680db6102466176bcea4d609b82ed2e
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.