help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes] Reference for unit 'BlowFish' (#fcl)

TBlowFishKey

Array to hold blowfish encryption keys

Declaration

Source position: blowfish.pp line 33

type TBlowFishKey = array [0..55] of Byte;

Description

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.

See also

TBlowFish

  

Class implementing blowfish encryption/decription

TBlowFishDeCryptStream

  

On-the-fly Blowfish decryption stream

TBlowFishEnCryptStream

  

On-the-fly Blowfish encryption stream

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505