polyfile icon indicating copy to clipboard operation
polyfile copied to clipboard

Low, low priority: Consider alternate handling for encrypted Zip streams

Open tballison opened this issue 6 years ago • 0 comments

In this example file: https://github.com/apache/tika/blob/master/tika-parsers/src/test/resources/test-documents/testZipEncrypted.zip, one of the streams is encrypted, and the other isn't.

It might be useful to report an encrypted stream in the output json and then process the unencrypted file type rather than throwing an exception on the file and not processing it at all.

tballison avatar Nov 06 '19 20:11 tballison