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


TCPSCryptoParamsEditor.GetInitVector
TCPSCryptoParamsEditor
Top 

Gets an initial vector for encryption and decryption.

Delphi syntax:
function
GetInitVector: Pointer;

C++ syntax:
void * __fastcall
GetInitVector(void);

Description
Call GetInitVector to get a pointer to the current initial vector for encryption and decryption.
Read MaxInitVectorSize property to get the size of the initial vector in bytes.


© AidAim Software CryptoPressStream: