lukas-kubik / winzipaes

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

AesZipFileEncrypter.java add only supports 2Gb files. #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like AesZipFileEncrypter.java only supports zip files of up to 2 Gb.  

On line 168 inputLen is defined as an int. The call to entry.setSize takes a 
long (line 179.)  Changing inputLen to long seems to fix the problem.

Using version r62 running on Windows 2003 and Red Hat 5.4

Original issue reported on code.google.com by dougdori...@gmail.com on 6 Aug 2010 at 2:02

GoogleCodeExporter commented 9 years ago
implemented proposal, but svn commit does not work - will try again later

Original comment by olaf.merkert on 6 Aug 2010 at 5:20

GoogleCodeExporter commented 9 years ago

Original comment by olaf.merkert on 6 Aug 2010 at 9:27