node-ebics-client icon indicating copy to clipboard operation
node-ebics-client copied to clipboard

IV is not used to decrypt key

Open sumbricht opened this issue 5 months ago • 1 comments

defaultKeyEncryptor.js uses the initialization vector for encryption, but not for decryption, which leads to strange errors downstream when using an EBICS client initialized with a non-empty IV.

I have fixed this locally and got it to work by just adding the IV there. Please see and merge my related PR

sumbricht avatar Jun 27 '25 07:06 sumbricht

Whoops… This was an oversight in #96, the PR looks fine. 👍

leMaik avatar Jul 22 '25 17:07 leMaik