e-CryptIt Engine Xojo Plugin
AES_ECB.Constructor Constructor
Constructor that takes key as String for the AES_ECB class.
Constructor(
key
as
String)
Parameters
key
The encryption key to encrypt with.
Remarks
See Also
AES_ECB Class