Discuss this help topic in SecureBlackbox Forum
TElSymmetricCrypto.InitializeEncryption
Prepares the encryptor for encryption of data blocks.
Declaration
Description
Use this method to prepare encryption object for encrypting multiple data blocks. This method is necessary if you plan to call EncryptUdpate() later. Don't use this method if you encrypt data with Encrypt() method. Call FinalizeEncyrption when you are done encrypting the data.