Interface EncryptOptions

Encryption options

interface EncryptOptions {
    mode?: 2 | 1;
    mrk?: Uint8Array;
}

Properties

Properties

mode?: 2 | 1

Encryption mode (1 - Alphanumeric, 2 - Numeric)

mrk?: Uint8Array

Markant (MRK/IV)