typecrypto.CipherModetype CipherMode =| 'cbc'| 'ccm'| 'cfb'| 'ctr'| 'ecb'| 'gcm'| 'ocb'| 'ofb'| 'stream'| 'wrap'| 'xts'