MehwishRaza / winzipaes

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

ZipException: wrong password for AES256 encrypted file created by DotNetZip #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Zip file with library http://www.codeplex.com/DotNetZip
2. Unzip the file with AesZipFileDecrypter
exception thrown
java.util.zip.ZipException: wrong password
    at de.idyl.crypto.zip.impl.AESDecrypterBC.<init>(AESDecrypterBC.java:44)
    at
de.idyl.crypto.zip.AesZipFileDecrypter.extractEntry(AesZipFileDecrypter.java:138
)

I used of course right password.

What version of the product are you using? 
latest (Jun 27, 2009)
On what operating system?
Vista

I attached file (testDNZ.zip) created with DotNetZip protected by password
"x123456789x" and source file (test.txt) witch was zipped.

Original issue reported on code.google.com by kvoka...@gmail.com on 3 Aug 2009 at 5:38

Attachments:

GoogleCodeExporter commented 9 years ago
IZArc can't open the file as well - but WinZip V11 can, so the problem will be
investigated

Original comment by olaf.merkert on 4 Aug 2009 at 5:27

GoogleCodeExporter commented 9 years ago

Original comment by olaf.merkert on 9 Aug 2009 at 6:16

GoogleCodeExporter commented 9 years ago
thank you Olaf for your fix. It works great!

Original comment by kvoka...@gmail.com on 10 Aug 2009 at 2:28

GoogleCodeExporter commented 9 years ago

Original comment by olaf.merkert on 10 Aug 2009 at 7:36