Crypto.AESDecrypt
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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.
New in 2021r3
Supported for all project types and targets.
Decrypts the data using the specified key.