Array to hold Blowfish encryption keys.
Source position: blowfish.pp line 38
type TBlowFishKey = array [0..55] of Byte; |
TBlowFishKey is a data structure which keeps the encryption or decryption key for the TBlowFish, TBlowFishDeCryptStream and TBlowFishEnCryptStream classes. It should be filled with the encryption key and passed to the constructor of one of these classes.
|
Class implementing Blowfish encryption/decryption. |
|
|
On-the-fly Blowfish decryption stream. |
|
|
On-the-fly Blowfish encryption stream. |