Icon OnDecryptBlock Event

property OnDecryptBlock: TDecryptBlockEvent

Usage

The OnDecryptBlock event is fired when the engine needs to decrypt an 8-byte block of data. Please see the Encryption topic for more information on the default block cipher encryption in DBISAM.

Information If you assign an event handler to this event to override the default block decryption, you should make sure that you also assign an event handler to the OnCryptoInit, OnCryptoReset, and OnEncryptBlock events. Failure to do so can cause serious problems such as access violations.
Image