https://bz.apache.org/bugzilla/show_bug.cgi?id=59841
--- Comment #9 from Andreas Beeker <[email protected]> --- So we could either - add a OPCPackage.open(ZipFile) method, which would skip the functionality of ZipSecureFile - or pass a FilterInputStream-wrapper/decorator down to ThresholdInputStream which is used decrypt/deobfuscate the raw zip bytes - of course the encrypting part seems to be not trivial then, if not a simple bytewise XOR is used ... (again this all assumes, we are working on a random accessible file and not on a stream) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
