What steps will reproduce the problem?
1. Just add random content to an zip archive. On my maschine 100 entries of
1000 character took 4 sec. And 1000 entries of 100 character took 40 sec.
What is the expected output? What do you see instead?
Not such a big difference.
What version of the product are you using? On what operating system?
winzipaes_src_20120819.zip
Please provide any additional information below.
Maybe the encrypter.init(password, 256); is taking so long?
see: AesZipFileEncrypter::add(ZipEntry zipEntry, ZipFileEntryInputStream
zipData, String password) throws IOException, UnsupportedEncodingException;
Original issue reported on code.google.com by luzzy...@googlemail.com on 28 Mar 2013 at 2:24
Original issue reported on code.google.com by
luzzy...@googlemail.com
on 28 Mar 2013 at 2:24