Blowfish instance used when encrypting/decrypting.
Source position: blowfish.pp line 71
public property TBlowFishStream.BlowFish : TBlowFish |
BlowFish is the TBlowFish instance which is created when the TBlowFishStream class is initialized. Normally it should not be used directly, it's intended for access by the descencent classes TBlowFishEncryptStream and TBlowFishDecryptStream.
|
On-the-fly Blowfish encryption stream. |
|
|
On-the-fly Blowfish decryption stream. |
|
|
Class implementing Blowfish encryption/decryption. |