Decrypt Chrome Linux BLOB encrypted cookies in Python

前端 未结 3 718
情深已故
情深已故 2020-12-03 08:07

I have Chrome 33+ in Ubuntu and I see that the cookies are encrypted in a BLOB structure:

CREATE TABLE cookies (creation_utc INTEGER NOT NULL UNIQUE PRIMARY KE

3条回答
  •  無奈伤痛
    2020-12-03 09:10

    I've posted an example Python script here for decoding the encrypted cookies in either OSX or Linux.

提交回复
热议问题