Zip containing files which are protected by different passwords fail to extract. Steps to reproduce: 1) Add file test1.txt, protect with password test1 2) Add file test2.txt, protect with password test2 3) Extract 'all' and type in test1 or test2 in the passwd field. Result: One of the files fail to extract, either test1.txt or test2.txt. Proposed fix: interactive passwd prompt?
> Proposed fix: > interactive passwd prompt? To do this one should go inside the zip file to check if a file is encrypted with a different password since also the command line fails to extract such an archive: [gt@Paradise Xarchiver_Test]$ unzip -Ppippo ~/Xarchiver_Test/zip_diff_pass.zip Archive: /home/gt/Xarchiver_Test/zip_diff_pass.zip inflating: ChangeLog skipping: FAQ_it incorrect password [gt@Paradise Xarchiver_Test]$ Also to allow interactive prompt the files should be extracted one at a time, so repeated unzip commands should be issued as much as the files are and this is not good.