Skip to main content
Version: 4.6.x.x LTS

Cipher class function

FunctionDescriptionSample
nevis.crypto.cipher.new(mode, algorithm, key, random)Instantiate a new crypto cipher object, with the following options:mode: ENCRYPTDECRYPTalgorithm: Blowfish, DES, DESede, RC4 and AESkey: Key for encryption/decryption.