New issue
Advanced search Search tips

Issue 782191 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 782197
Owner:
Closed: Nov 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

Encrypted files with different passwords doesn't read correctly when Zip Archiver is enabled

Project Member Reported by yamaguchi@chromium.org, Nov 7 2017

Issue description

Chrome Version: 64.0.3262.0

Steps To Reproduce:
(1) Create a zip file with multiple files, each of which are encrypted with different passwords. Attached file is one of such example.
(2) Copy the file to Downloads or My Drive (or its subdirectory).
(3) Enable Zip Archiver for unpacking by --enable-zip-archiver-unpacker flag. (commandline or chrome://flags)
(4) Open the zip file. See the file is mounted as a volume.
(5) Open the first encrypted file in the zip.
(6) Enter the right password for the file. See the file opens.
(7) Open the second encrypted file in the zip, which has a different password.

Expected Result:
User is prompted to input password.
After entering the correct password, the second file opens.

Actual Result:
The send file opens without the prompt to enter password.
The opened file is read broken.


Reproduces 100%.

User need to unmount and close the Files app. once (to make the extension forget password) before enter a new password.

 
various_passwords.zip
436 bytes Download
Mergedinto: 782197
Status: Duplicate (was: Assigned)
I bet that this is caused by  Issue 782197 .
When using Zip Unpacker, it asks the password when opening a file with different password.

Sign in to add a comment