[Overview][Constants][Types][Classes][Index] |
Unit implementing blowfish encryption/decryption streams
uses |
The BlowFish implements a class TBlowFish to handle blowfish encryption/decryption of memory buffers, and 2 TStream descendents TBlowFishDeCryptStream which decrypts 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.