dhirajhimani / winzipaes

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

Library stopped responding! #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dear all,

i am using the library to unzip and encrypted file, There is an issue where the 
library stop responding though that does not effect the application gui thread 
because the unzipping process is running in a dependent thread, the code stop 
responding at the following point:

cipherParameters = generator.generateDerivedParameters(KEY_SIZE_BIT*2+16);

when i debug the application the debugger keep waiting at this specific line of 
code.

any help or guide would be so much appreciated.

thank you so much.

Original issue reported on code.google.com by kayyali....@gmail.com on 10 Jan 2011 at 9:24

GoogleCodeExporter commented 9 years ago
not repeatable, so I take the liberty to mark this issue as "won't fix"

Original comment by olaf.merkert on 6 Feb 2011 at 6:37