FinishCipher()
Syntax
FinishCipher(#Cipher)Description
Finish a cipher stream previously started with StartAESCipher().
Parameters
#Cipher The cipher to finish.
Return value
None.
Remarks
This command should be called to finish a cipher calculation, even if the cipher is actually no longer needed as it does free any data associated with the cipher calculation.
See Also
StartAESCipher(), AddCipherBuffer()
Supported OS
All