defaultMode constant

String const defaultMode

The cipher mode. Only cbc is supported.

Implementation

static const defaultMode = 'cbc';