[Overview][Constants][Types][Classes] | Reference for unit 'BlowFish' (#fcl) |
Decrypt a block
Source position: blowfish.pp line 45
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 |
No notes exist for this page yet.