Cipher class function
| Function | Description | Sample |
|---|---|---|
| nevis.crypto.cipher.new(mode, algorithm, key, random) | Instantiate a new crypto cipher object, with the following options:mode: ENCRYPT | DECRYPTalgorithm: Blowfish, DES, DESede, RC4 and AESkey: Key for encryption/decryption. |