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
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