Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecretEncryptionOptions

Options used for secrets encryption (e.g. password hash, totp secret etc.).
Detailed explanation can be found here.

Hierarchy

  • SecretEncryptionOptions

Properties

Properties

algorithm

algorithm: string

Encryption algorithm.

iv

iv: null | BinaryLike

Initialization vector.

Optional options

options: CipherCCMOptions | TransformOptions | CipherGCMOptions

Encryption options.

secret

secret: CipherKey

Cipher key secret.