SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

DecryptFile Method

Decrypts a file.

Object Oriented Interface

public function doDecryptFile($sourcefile, $destfile);

Procedural Interface

secureblackboxlite_symmetriccrypto_do_decryptfile($res, $sourcefile, $destfile);

Remarks

Use this method to decrypt an encrypted file and save the decrypted data to another file.

Specify the decryption key in Key property before calling this method.

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