You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node:internal/crypto/cipher:199
const ret = this[kHandle].final();
^
Error: error:1C80006B:Provider routines::wrong final block length
at Decipheriv.final (node:internal/crypto/cipher:199:29)
at decrypt (/home/oliver/localprojects/read_cookie/node_modules/chrome-cookies-secure/index.js:41:19)
at Statement.<anonymous> (/home/oliver/localprojects/read_cookie/node_modules/chrome-cookies-secure/index.js:416:23) {
library: 'Provider routines',
reason: 'wrong final block length',
code: 'ERR_OSSL_WRONG_FINAL_BLOCK_LENGTH'
}
I would be thankful for any hints to get this fixed
The text was updated successfully, but these errors were encountered:
oliverhuynh
changed the title
wrong final block length after ugprading Chrome
wrong final block length after ugprading Google Chrome 131.0.6778.6
Nov 14, 2024
Is anyone meet following error or only me?
I would be thankful for any hints to get this fixed
The text was updated successfully, but these errors were encountered: