e-CryptIt Engine Xojo Plugin

TwofishCBC.Constructor Constructor

One of two constructors for the TwofishCBC class.

Constructor(
   key as String,
   keyType as Integer)

Parameters

key
The encryption key to encrypt with.
keyType
Use this value to specify key type. Possible values are: 0 (Encrypt), 1 (Decrypt), 2 (Dont know). Value 2 should mostly be used when you need to pass a encryptor to some object and dont know if the object will be doing encryption or decryption. Value 2 will take up more system resources.

Remarks

See Also

TwofishCBC Class