Icon OnCryptoReset Event

property OnCryptoReset: TCryptoResetEvent

Usage

The OnCryptoReset event is fired when the engine needs to reset the block ciper data after encrypting a buffer. 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 encryption reset, you should make sure that you also assign an event handler to the OnCryptoInit, OnEncryptBlock, OnDecryptBlock events. Failure to do so can cause serious problems such as access violations.
Image