e-CryptIt Engine REALbasic Plugin

CipherMode Module

Constants that define Cipher mode. This module can currently be used with the Serpent algorithm.

Example usage:
cipher = new Serpent(Password,CipherKeyType.Encrypt,CipherMode.ECB)

module CipherMode

Constants

ECB = 1A constant that defines ECB non chaining.
CBC = 2A constant that defines CBC chaining mode.