-
Notifications
You must be signed in to change notification settings - Fork 71
Add support for decrypting Chrome and Edge v20 cookies and passwords
#1121
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
Add support for decrypting Chrome and Edge v20 cookies and passwords
#1121
Conversation
| cookies = list(target_win_11_users_dpapi.chrome.cookies()) | ||
| assert len(cookies) == 2 | ||
|
|
||
| assert cookies[0].host == "werkenvoornederland.nl" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🇳🇱
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1121 +/- ##
=======================================
Coverage 77.86% 77.86%
=======================================
Files 357 357
Lines 32439 32521 +82
=======================================
+ Hits 25259 25323 +64
- Misses 7180 7198 +18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Erik Schamper <[email protected]>
Co-authored-by: Erik Schamper <[email protected]>
Co-authored-by: Erik Schamper <[email protected]>
This PR adds support for Google Chrome and Microsoft Edge
v20encrypted values.We moved some stuff around in
chromium.py, please let us know if this structure usingDECRYPTION_MAPis preferred or not. Will add tests at a later time.