CryptoPressStream:
Delphi / C++Builder Streaming Compression Library
with Strong Encryption


TCPSCryptoParamsEditor.InitVector
TCPSCryptoParamsEditor
Top 

Specifies an initial vector for encryption and decryption.

Delphi syntax:
property
InitVector[Index: Integer]: Byte;

C++ syntax:
__property
Byte InitVector[int Index] = {read=GetInitVectorValue, write=SetInitVectorValue};

Description
Set InitVector to specify new initial vector for the encryption and decryption.
Initial vector influences encryption and decryption processes, so you should use the same initial vector for encryption and decryption.

You can use SetInitVector to specify and GetInitVector to read initial vector.
You should set UseInitVector to True to use an initial vector.



© AidAim Software CryptoPressStream: