CipherHandle openCipher(Cipher algo, CipherMode mode, [CipherFlags] flags=createArray(1))
Arguments
algo: The cipher algorithm to usemode: The cipher mode to useflags: The flags to use
Usage
Open a cipher handle to be used in cipher operations.
algo: The cipher algorithm to usemode: The cipher mode to useflags: The flags to useOpen a cipher handle to be used in cipher operations.