e-CryptIt Engine Xojo Plugin

TwofishCFB1.Constructor Constructor

One of two TwofishCFB1 constructors.

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

TwofishCFB1 Class