Giter Club home page Giter Club logo

Comments (5)

rkhwaja avatar rkhwaja commented on August 24, 2024 1

I made a pull request to fix it

from browser_cookie3.

stuglaser avatar stuglaser commented on August 24, 2024

Chrome changed they way it encrypts cookies, and it doesn't look like this library supports the new encryption format (yet?).

See: n8henrie/pycookiecheat#12 (comment)

from browser_cookie3.

rkhwaja avatar rkhwaja commented on August 24, 2024

The following decrypts them successfully on windows but requires the pypiwin32 dependency

from win32crypt import CryptUnprotectData
CRYPTPROTECT_UI_FORBIDDEN = 0x01
_, data = CryptUnprotectData(encryptedValue, None, None, None, CRYPTPROTECT_UI_FORBIDDEN)
return data

from browser_cookie3.

borisbabic avatar borisbabic commented on August 24, 2024

It looks like chrome added support for using the available keychains for encrypting cookies. This lib does not currently support decrypting such cookies.

I'm currently sick so I don't know when I'll get around to this but it seems like this will require OS dependent dependencies.

from browser_cookie3.

kinghat avatar kinghat commented on August 24, 2024

@rkhwaja did you get this working via py3? maybe this would work for the project? https://gist.github.com/DakuTree/428e5b737306937628f2944fbfdc4ffc

from browser_cookie3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.