Discuss this help topic in SecureBlackbox Forum
TElSymmetricCrypto.InitializeEncryption
Prepares the component for encryption of multiple data blocks.
Declaration
Description
Call this method to prepare encryption object for encrypting multiple data blocks. Use sequential calls to EncryptUpdate to process all blocks of data, and FinalizeEncryption to finalize encryption.
Don't use this method if you encrypt data with Encrypt() method. Call FinalizeEncyrption when you are done encrypting the data.