[Overview][Constants][Types][Classes][Index] |
Array to hold blowfish encryption keys
Source position: blowfish.pp line 32
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/decription |
|
|
On-the-fly Blowfish decryption stream |
|
|
On-the-fly Blowfish encryption stream |