browserutils / kooky

Go code to read cookies from browser cookie stores.
MIT License
210 stars 41 forks source link

Are there any plans to support ARC browser? #86

Open MyronX opened 2 months ago

MyronX commented 2 months ago

Checklist

Is your feature request related to a problem?

When I use chrome.ReadCookies to read the cookies database of ARC browser, I get the error "Secure: unknown encryption method".

Is it possible to construct a solution with the existing API?

No response

Describe the solution you'd like to see.

Provide a function like arc.ReadCookies(cookiesFile)? Used to parse arc browser cookies

srlehn commented 5 days ago

Seems like another Chromium-based browser with more stuff attached... Is it readable with the github.com/browserutils/kooky/browser/chromium package?