Libraries anvil crypto Cipher final

binary final()
Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized.
binary final(object data [, int offset, int length] )
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
Parameters data -  string or binary data
offset -  offset in data
length -  length of data
Returns processed data