NanaZip icon indicating copy to clipboard operation
NanaZip copied to clipboard

When extracting password protected archive and providing wrong password empty files are created

Open mateuszbasiak opened this issue 3 years ago • 0 comments

Together with @JKolodziejczyk and @apospieszny, we have been testing NanaZip as the final project for the Software Testing course at Jagiellonian University. Here is one of our results:

When you try to extract password protected archive and provide the wrong password for each file in the archive an empty copy gets created.

Reproduction steps:

  1. Create zip/7z archive encrypted with the given password
  2. Try to extract it providing no password/wrong password

Expected result: The password prompt gets repeated or no files are created and a wrong password error message appears

Real result: Wrong password message appears, but empty files get created: image

mateuszbasiak avatar Jan 17 '22 22:01 mateuszbasiak