zip-rs/zip-old

Expose ZipFileData

etrombly opened this issue · 1 comments

I'd like to be able to check if a zip archive is encrypted in my application, but there is no public data to check. It does exist in ZipFileData, is there any way to make that something we can query? I'd prefer not to have to duplicate the header check in my application to check before sending the file to zip-rs.

looking through previous bug reports it looks like this is a duplicate of https://github.com/zip-rs/zip/issues/58

I'll close this in favor of that one.