You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Aeham Abushwashi (JIRA)" <ji...@apache.org> on 2017/03/15 11:46:41 UTC

[jira] [Updated] (TIKA-2300) Can't tell if a zip file is encrypted

     [ https://issues.apache.org/jira/browse/TIKA-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aeham Abushwashi updated TIKA-2300:
-----------------------------------
    Attachment: encrypted_file.zip

The attached file can be used to repro. It is protected with a password, "password123", using ZipCrypto

> Can't tell if a zip file is encrypted
> -------------------------------------
>
>                 Key: TIKA-2300
>                 URL: https://issues.apache.org/jira/browse/TIKA-2300
>             Project: Tika
>          Issue Type: Bug
>    Affects Versions: 1.14
>            Reporter: Aeham Abushwashi
>            Assignee: Tim Allison
>         Attachments: encrypted_file.zip
>
>
> When Tika processes a zip file that is protected with a password, it will return the list of file names within the zip but no indication (as an exception or in metadata) that the file is encrypted. 
> From stepping through the code, I can see that the information needed to determine whether the archive is encrypted is available inside ZipArchiveEntry#getGeneralPurposeBit#usesEncryption, but needs to be relayed back to PackageParser somehow



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)