phoqe / havelock

Extract accounts, cookies, and history from Chromium-based web browsers.
MIT License
24 stars 2 forks source link

Add decryption support for Windows #9

Open phoqe opened 4 years ago

phoqe commented 4 years ago

Linux support is straightforward, it just needs to be done. Windows can be tricky since there are some different password versions using DPAPI and different types of decryption it would seem, needs some investigation. Will get easier once my Boot Camp is setup.

paragbaxi commented 4 years ago

Windows related PR: https://github.com/bertrandom/chrome-cookies-secure/commit/88ae7ec3a17b0e8ac7c5e27ef22d1f6c5364660d

phoqe commented 4 years ago

Thank you @paragbaxi, I will take a look.

phoqe commented 3 years ago

Decryption support is now available on Linux.