MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgCryptoParamsEditor.GetInitVector
TMsgCryptoParamsEditor
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 MsgCommunicator: