is there a way to decrypt google cookie contents?
from reksas@sopuli.xyz to privacy@lemmy.ml on 18 Mar 2025 18:49
https://sopuli.xyz/post/24067107

Is there? I want to know what kind of stuff they are storing on my computer so I can know if i should do anything about it.

#privacy

threaded - newest

BioMyth@lemmy.ml on 18 Mar 2025 19:40 next collapse

Most cookies don’t store any data themselves. Instead it is a session/device token that tells googles servers what device is connecting and then they look up the data they have about you server side. Cookies can store more than that situationally but that is the most common use.

To get what data Google has on you check out Google takeout and you can get a “full” export of what data has been gathered.

reksas@sopuli.xyz on 18 Mar 2025 22:07 collapse

what about the encrypted traffic different programs send/recieve on my computer? is it possible to decrypt that?

boreengreen@lemm.ee on 18 Mar 2025 22:26 next collapse

In general, they collect anything and everything they can get their hands on. So limiting their access, as much as possible, is the way to go.

reksas@sopuli.xyz on 18 Mar 2025 22:51 collapse

well, that ship sailed long ago since i have used windows. fortunately i’m switching to linux when my new computer is ready

BioMyth@lemmy.ml on 19 Mar 2025 01:20 collapse

Wireguard could be helpful if you used a SSL terminating proxy in front of it but then you have to know the data format to parse it. So unless you are a researcher it is a long path ahead of you without any OOTB tools to do it for you.

reksas@sopuli.xyz on 19 Mar 2025 11:59 collapse

hmm, good to know

gazter@aussie.zone on 18 Mar 2025 19:58 collapse

My understanding is that cookies were generally just used as a fingerprint- it’s just a unique ID that is used to tie your device to their database, which is where the information is kept.