[Overview][Constants][Types][Classes][Index] |
Encrypt a block
Source position: blowfish.pp line 43
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 |