Crypto.AESDecrypt

From Xojo Documentation

Method

Crypto.AESDecrypt(key As String, data As MemoryBlock, blockMode As BlockModes = BlockModes.CBC, initializationVector As MemoryBlock) As MemoryBlock

New in 2021r3

Supported for all project types and targets.

Decrypts the data using the specified key.