henryhuang / winzipaes

Automatically exported from code.google.com/p/winzipaes
0 stars 0 forks source link

The runtime very much depends on the number of entries in the zip file. #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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