Encrypt a block.
Source position: blowfish.pp line 49
public procedure TBlowFish.Encrypt( |
var Block: TBFBlock |
); |
Block |
|
Data to encrypt. |
Encrypt encrypts the data in Block (always 8 bytes) using the key specified when the TBlowFish instance was created.
|
Array to hold Blowfish encryption keys. |
|
|
Decrypt a block. |
|
|
Create a new instance of the TBlowFish class. |