-
Notifications
You must be signed in to change notification settings - Fork 145
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
Portable Opera fails #95
Comments
Manually reading installed chrome cookies work site_cookies = browser_cookie3.chrome(cookie_file=r'C:\Users\jasmine\AppData\Local\Google\Chrome\User Data\Default\Cookies') Opera's sqlite structure is exactly the same as Chrome's.
|
This script works, it uses 'Local State' to get the keys: |
@mrx23dot browser_cookie3 has this functionality too. You just need to pass the path of the |
Cheers, just tried it's still complaining:
Failed to decrypt the cipher text with DPAPI Is there a self test we could include just to prove that the dll is working Weirdly I don't have 'info_cache' nor 'profile' in Local State only these: Are these enough to get the key? |
The key file path should be |
That's correct I used: Here is a fresh install in portable mode, you can try it yourself: |
Can you confirm your key_file path is correct? It should be on |
I've got 78.0.4093.206 opera on win7, in portable mode (non installed)
trying to manually import cookies file:
File starts with: "SQLite format 3"
Forwards slash doesnt make a difference.
Gives error:
The text was updated successfully, but these errors were encountered: