SecureBlackbox 2020 PHP Edition

Questions / Feedback?

DecryptionPasswordNeeded Event

Requests a decryption password, when needed.

Object Oriented Interface

public function fireDecryptionPasswordNeeded($param);

Procedural Interface

secureblackbox_archivereader_register_callback($res, 3, array($this, 'fireDecryptionPasswordNeeded'));

Parameter List


'passwordtarget'
'cancel'

Remarks

Class fires this event when it needs a password to decrypt the archive. Subscribe to this event if you expect to process encrypted archives.

Inside the event handler, please assign the correct password to DecryptionPassword property, or set Cancel parameter to true to terminate the processing.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]