CryptoPressStream:
Delphi / C++Builder Streaming Compression Library
with Strong Encryption
Indicates the maximum size in bytes of the initial vector for encryption and decryption.
Delphi syntax:
property MaxInitVectorSize: Integer;
C++ syntax:
__property int MaxInitVectorSize = {read=GetVectorSize, nodefault};
Description
Use MaxInitVectorSize to get the size of the initial vector.
|