- Регистрация
- 25.01.2012
- Сообщения
- 1 068
- Благодарностей
- 256
- Баллы
- 83
Hi,
as stated in the title, how can I convert the profilesupercooke file from the extracted xxx.zpprofile from the Firefox format (c1.adform.net:HSTS 0 18549 1634212026249,1,1 - one cookie per line separated by TAB) to the Chrome format (
{"4pEU9 / wcTTaQODFQbWMSTTVaXxzTa0KUDOq4eGm7e9A =": {
"expiry": 1633978497.713271,
"mode": "force-https",
"sts_include_subdomains": true,
"sts_observed": 1602442497.713273
},
)}
for importing it to the new Chrome profile (with C# method instance.LoadSuperCookie)
??
And what means the cryptic string in the first line of the chrome supercookie (here "4pEU9 / wcTTaQODFQbWMSTTVaXxzTa0KUDOq4eGm7e9A ="), how to decode it?
Thanks guys
as stated in the title, how can I convert the profilesupercooke file from the extracted xxx.zpprofile from the Firefox format (c1.adform.net:HSTS 0 18549 1634212026249,1,1 - one cookie per line separated by TAB) to the Chrome format (
{"4pEU9 / wcTTaQODFQbWMSTTVaXxzTa0KUDOq4eGm7e9A =": {
"expiry": 1633978497.713271,
"mode": "force-https",
"sts_include_subdomains": true,
"sts_observed": 1602442497.713273
},
)}
for importing it to the new Chrome profile (with C# method instance.LoadSuperCookie)
??
And what means the cryptic string in the first line of the chrome supercookie (here "4pEU9 / wcTTaQODFQbWMSTTVaXxzTa0KUDOq4eGm7e9A ="), how to decode it?
Thanks guys
