amiudmodz
amiudmodz / aesDecryptWithIV
Function: aesDecryptWithIV()
aesDecryptWithIV(buffer, key, IV): Buffer<ArrayBuffer>
Defined in: src/Utils/crypto.ts:91
decrypt AES 256 CBC
Parameters
buffer
Uint8Array
key
Uint8Array
Uint8Array
Returns
Buffer<ArrayBuffer>