lukas-kubik / winzipaes

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

Incorrect dates reported #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I believe the dates reported in AesZipDecrypter.getEntryList() are incorrect.

The line below passes the DOS time from the ZIP structure to the
ZipEntry.setTime() method in the Java API, which is expecting the time to
be provided in Java time format.

zipEntry.setTime( raFile.readInt( fileOffset + 12 ) );

Original issue reported on code.google.com by andrew.m...@gmail.com on 13 Jun 2009 at 10:35

GoogleCodeExporter commented 9 years ago
verified + fixed + testcase - thank you for your input

Original comment by olaf.merkert on 21 Jun 2009 at 2:42