TCipherMode Enumeration

TCipherMode

Namespace: Spring.Cryptography
type
 TCipherMode = (
 CBC,
 ECB
 );

The TCipherMode type exposes the following members.

Show:
 NameDescription
CBC

Cipher-Block Chaining

ECB

Electronic Codebook

Top

The cipher modes cmOFB, cmCFB and cmCTS have not been supported yet.