Xbasic
sha512 Function
Syntax
result = sha512(c text [, L flagBinary])
Arguments
- text
The text to encrypt.
- flagBinary
Optional. A true/false value. If flagBinary is .t., the returned result is a blob.
Description
Creates a hash using the SHA512 algorithm.