Package version:

Interface AesCbcDecryptParameters

Decryption parameters for AES-CBC encryption algorithms.

Hierarchy

  • AesCbcDecryptParameters

Properties

Properties

The encryption algorithm to use.

ciphertext: Uint8Array

The ciphertext to decrypt. Microsoft recommends you not use CBC without first ensuring the integrity of the ciphertext using an HMAC, for example. See https://docs.microsoft.com/dotnet/standard/security/vulnerabilities-cbc-mode for more information.

iv: Uint8Array

The initialization vector generated during encryption.

Generated using TypeDoc