-
Notifications
You must be signed in to change notification settings - Fork 56
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
Since google last update to Version 130.0.6723.59 (Official Build) (64-bit), this lib doesn't work. #63
Comments
+1 |
+1 |
https://github.com/bertrandom/chrome-cookies-secure/blob/master/index.js#L46 // change slice indexStart from 0 to 32
decoded = decoded.slice(32, decoded.length - padding); This change above work for me, all we need is change the indexStart from 0 to 32. |
Bravo! This worked for me too. |
This worked for me too. |
Hi, since the last Chrome update, I've been facing an issue where I'm unable to retrieve cookies. It seems that the encryption/decryption process has changed, causing the library to return an empty string instead of the cookies.
Is this project still alive, does someone knows an alternative to this if no updates or fixes are to be expected?
Thanks.
The text was updated successfully, but these errors were encountered: