Google Chromium Encryption Structure
Google Chrome stores browser cookies in an SQLite database. The database has two tables, meta
containing format and version metadata, and cookies
with the contents of the cookies. The cookies
table uses this schema:
1 | -- To reproduce: sqlite path/to/Cookies .schema |