I'd like to be able to use winzipaes without any dependencies on BouncyCastle.
However, AesZipFileDecrypter still depends on AESDecrypterBC for the "testcode
+ usage example" main() method.
Attached is a patch I'm using that removes this test code and allows me to use
winzipaes without depending on BouncyCastle at all (after splitting the
*BC.class implementation files into a separate jar).
Original issue reported on code.google.com by mdemp...@google.com on 1 Dec 2011 at 7:00
Original issue reported on code.google.com by
mdemp...@google.com
on 1 Dec 2011 at 7:00Attachments: