[Overview][Constants][Types][Classes][Index] |
Decrypt a block
Source position: blowfish.pp line 44
public procedure TBlowFish.Decrypt( |
var Block: TBFBlock |
); |
Block |
|
Encrypted data to decrypt |
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.
|
Array to hold blowfish encryption keys |
|
|
Encrypt a block |
|
|
Create a new instance of the TBlowFish class |