Crypto.BlowFishEncrypt

From Xojo Documentation

Method

Crypto.BlowFishEncrypt(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.

Encrypts the data using the specified key.