Crypto.MD5
From Xojo Documentation
Method
Crypto.MD5(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 MD5 message-digest value of the data.
Notes
Works the same as the MD5 function.
This is equivalent of calling the Hash method with MD5 as the algorithm: