Crypto.SHA512
From Xojo Documentation
![]() |
This item was deprecated in version 2021r3. Please use Crypto.SHA2_512 as a replacement. |
Method
Crypto.SHA512(data As MemoryBlock) As MemoryBlock
New in 2012r2
Supported for all project types and targets.
New in 2012r2
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: