Replies: 1 comment
-
Your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I need decrypt a jwe token:
Node: v19.8.1
Jose: 4.13.1
And I'm trying this way:
The error is:
Error: JWEDecryptionFailed: decryption operation failed at gcmDecrypt (../node_modules/jose/dist/node/cjs/runtime/decrypt.js:67:15) at decrypt (../node_modules/jose/dist/node/cjs/runtime/decrypt.js:92:20) at flattenedDecrypt (../node_modules/jose/dist/node/cjs/jwe/flattened/decrypt.js:119:52) at async Object.compactDecrypt (../node_modules/jose/dist/node/cjs/jwe/compact/decrypt.js:18:23) at async decode (../cds-e2e-testing/e2e/features/src/init.js:166:23) { code: 'ERR_JWE_DECRYPTION_FAILED' }
I have notice when it gets into the node:internal/crypto/cipher:199,
This throws this error but I couldn't understand way yet if someone could help, please
Beta Was this translation helpful? Give feedback.
All reactions