this post was submitted on 23 Mar 2026
156 points (98.1% liked)

Technology

83027 readers
3530 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Pika@sh.itjust.works 50 points 1 day ago* (last edited 1 day ago) (2 children)

In the US companies(where the company is located last I knew) are legally mandated to report specific things such as CSAM and other things if they come across it.

What the issue should be isn't the fact that they are reporting it, the issue should be they have the capability to see it in the first place to be able to report it.

This isn't me defending CSAM or anything like that but, in a decent storage system, google shouldn't be able to even see what you have, let alone what the images actually are.

[–] BrianTheeBiscuiteer@lemmy.world 13 points 1 day ago (1 children)

Today it's for CSAM. Tomorrow it could be for saying anything negative about dear leader. Our Constitution clearly won't protect us.

[–] HeyThisIsntTheYMCA@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

Not to get too pedantic, but dammit I just got off the phone with a lawyer. The constitution itself never did anything directly to the public. It outlines the powers given to and withheld from the main branches of the federal government of the US. Those branches empower the agencies that you expect to protect you. Yup, all the three letter agencies you hate.

[–] Blue_Morpho@lemmy.world 20 points 1 day ago (1 children)

They not only look at your files but will decrypt any encrypted zip files to see what you have.

https://news.ycombinator.com/item?id=37086814

[–] Quetzalcutlass@lemmy.world 5 points 1 day ago* (last edited 1 day ago) (1 children)

That seems less like them decrypting encrypted archives and more like the zip format not encrypting filenames so they're easily read from the zip's metadata.

Which is still a privacy violation, to be clear, but not nearly on the same scale as somehow obtaining and using your passwords to decrypt data you yourself encrypted.

[–] Blue_Morpho@lemmy.world 1 points 23 hours ago (2 children)

That was what someone claimed but it isn't true. Filenames are not accessible in an encrypted zip.

[–] Pika@sh.itjust.works 4 points 18 hours ago* (last edited 18 hours ago)

~~it depends on the type of zip encryption, the default doesn't encrypt metadata~~

edit: upon looking into it further, the other commenter is right, the zip format itself doesn't actually support encrypting metadata at all, you would need to use a different format such as 7z to obtain it.

[–] Quetzalcutlass@lemmy.world 4 points 20 hours ago* (last edited 20 hours ago)

They are visible, you can test this yourself. Open a password-protected zip with 7zip and it'll show the file list even without entering the password. The "encrypt file names" checkbox doesn't even appear when creating an archive if the zip format is selected, so I'm not sure the format supports it.