Crypto.SHA2 512
From Xojo Documentation
Method
Crypto.SHA2_512(data As MemoryBlock) As MemoryBlock
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Returns the SHA512 hash value of the data.
Notes
Refer to SHA512 on Wikipedia.
This is equivalent of calling the Hash method with SHA512 as the algorithm: