SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Decrypt Method

Decrypts a buffer.

Object Oriented Interface

public function doDecrypt($buffer);

Procedural Interface

secureblackbox_publickeycrypto_do_decrypt($res, $buffer);

Remarks

Use this method to decrypt a byte array and get the encrypted message in another byte array.

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

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