e-CryptIt Engine Xojo Plugin

BlowfishCBC.Constructor Constructor

One of two constructors that come with the BlowfishCBC class.

Constructor(
   key as String,
   iv as String)

Parameters

key
The encryption key to encrypt with.
iv
The iv may be initialized with anything, but the recipient needs to know what it was initialized with, or it won't be able to decrypt. Some programs and protocols simplify this, like SSH, where iv is simply initialized to zero. If this parameter is skipped then the iv will be "00000000". The IV should always be a 8 character value.

Remarks

See Also

BlowfishCBC Class