Closed michmerr closed 9 months ago
Just read the changelog for v11, and can see this is by-design, I assume until there is a fix for the related vulnerability.
Is there a workaround for this yet? Like a way to bypass it?
This works with jsrsasign 11.1.0. Thanks.
I'm consuming the jsrsasign (v11.0.0) package in a node (v20.8.1) script, and calling KEYUTIL.getKey(encryptedKey, password) throws a type exception when it tries to call a function on KJUR.crypto.Cipher.
This is from a stripped-down repro script using a throw-away private key.
I tried with a DES3 private key (after looking for old issues with the same error), but that code path fails in the same way.