Interface DecryptOptions

Decryption options

interface DecryptOptions {
    mode?: 2 | 1;
    tweak?: number[];
}

Properties

Properties

mode?: 2 | 1

Decryption mode (1 - Alphanumeric, 2 - Numeric)

tweak?: number[]

Tweak for ciphertext correction (+/- 1). See section 10 in this manual (Russian language)