EncryptBlock Method
Encrypts data and returns the encrypted block.
Object Oriented Interface
public function doEncryptBlock($inputbuffer, $lastblock);
Procedural Interface
ipworksencrypt_ezcrypt_do_encryptblock($res, $inputbuffer, $lastblock);
Remarks
This method will encrypt the input data and return the encrypted block.
InputBuffer specifies the input data to encrypt.
LastBlock specifies whether the block is the last block.