Unit 'BlowFish' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TBlowFish.Decrypt

Decrypt a block.

Declaration

Source position: blowfish.pp line 44

public procedure TBlowFish.Decrypt(

  var Block: TBFBlock

);

Arguments

Block

  

Encrypted data to decrypt.

Description

ncrypt decrypts the data in Block (always 8 bytes) using the key specified when the TBlowFish instance was created. The data must have been encrypted with the same key and the Encrypt call.

See also

TBlowFishKey

  

Array to hold Blowfish encryption keys.

Encrypt

  

Encrypt a block.

Create

  

Create a new instance of the TBlowFish class.


Documentation generated on: Jul 24 2023