• Blue_Morpho@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

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

    • Pika@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      1 day 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
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      1 day 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.