Skip to main content

Function: aesDecryptWithIV()

aesDecryptWithIV(buffer, key, IV): Buffer<ArrayBuffer>

Defined in: src/Utils/crypto.ts:91

decrypt AES 256 CBC

Parameters

buffer

Uint8Array

key

Uint8Array

IV

Uint8Array

Returns

Buffer<ArrayBuffer>