Google stores cookies in a db file located at:
C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Cookies
I've downloaded Sqlite database browser to help me look at these values. What surprises me is that about half of the cookie values shows as empty (including the one I need), even though they are obviously not.Obviously,they might be encrypted.
Is there any way to decrypt them? I'm working on a python project which needs the cookie value!