| 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)
Constants
ECB = 1 | A constant that defines ECB non chaining. |
CBC = 2 | A constant that defines CBC chaining mode. |