Fail on decrypting chromium cookies
Hello. I found an error when decrypting cookies for chromium browsers (everything works fine for gecko).
Here is the error log:
cipher: message authentication failed
Here is the section of code where the error occurs: https://github.com/hackirby/skuld/blob/main/modules/browsers/decrypt.go#L29
Thank you in advance for your reply.
Hello! The way Chromium browsers encrypt their cookies has changed recently, which is very likely causing the issue you're seeing. I'll look into fixing this as soon as I find time. Thank you for your patience!
You might find this helpful
Encryption format for Chrome browser cookies https://gist.github.com/creachadair/937179894a24571ce9860e2475a2d2ec
Another method is to simply launch Chrome in debugging mode.
@Phomemo Did you try to decrypt chrome cookies? if you have, could you kindly share code base?
Thank you.
Hello! The way Chromium browsers encrypt their cookies has changed recently, which is very likely causing the issue you're seeing. I'll look into fixing this as soon as I find time. Thank you for your patience!
Were you able to fix it?