Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail on decrypting chromium cookies #50

Open
JubasNTC opened this issue Nov 13, 2024 · 2 comments
Open

Fail on decrypting chromium cookies #50

JubasNTC opened this issue Nov 13, 2024 · 2 comments

Comments

@JubasNTC
Copy link

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.

@hackirby
Copy link
Owner

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!

@Phomemo
Copy link

Phomemo commented Jan 2, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants