DecryptBlock Method
Decrypts a block and returns the decrypted data.
Object Oriented Interface
public function doDecryptBlock($inputbuffer, $lastblock);
Procedural Interface
ipworksencrypt_rc2_do_decryptblock($res, $inputbuffer, $lastblock);
Remarks
This method will decrypt the specified block and return the decrypted data.
InputBuffer specifies the encrypted block to decrypt.
LastBlock indicates whether the block is the last block.