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

old and new version blob simultaneously exist new Modify the code #8

Open
Hello-xBugs opened this issue Jun 15, 2020 · 1 comment
Open

Comments

@Hello-xBugs
Copy link

Many chrome is upate to 80+ ,not direct installation,will have old cookie and new cookie blob in Cookies DB, thanks to update the Code

@djhohnstein
Copy link
Owner

Yep, I'm aware of the issue. SharpChrome incorporated in SharpDPAPI should let you retrieve that stuff, but if you wanted to quick-hack fix it, the lines you would need to change are here:

https://github.com/djhohnstein/SharpChromium/blob/master/ChromiumCredentialManager.cs#L136

All you'd need to do is check output, and if null or empty, use DPAPI decryption instead.

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

2 participants