[Overview][Constants][Types][Classes] | Reference for unit 'BlowFish' (#fcl) |
Unit implementing blowfish encryption/decryption streams
uses |
SysUtils, |
Classes; |
The BlowFish implements a class TBlowFish to handle blowfish encryption/descryption of memory buffers, and 2 TStream descendents TBlowFishDeCryptStream which descrypts any data that is read from it on the fly, as well as TBlowFishEnCryptStream which encrypts the data that is written to it on the fly.
No notes exist for this page yet.