lxqt / lxqt-archiver

A simple & lightweight desktop-agnostic Qt file archiver
https://lxqt.github.io
GNU General Public License v2.0
39 stars 29 forks source link

Decrypt of .7z archive failing #247

Closed flexid2000 closed 3 years ago

flexid2000 commented 3 years ago
Expected Behavior

Decrypting a password protected .7z archive with an encrypted file list should work as expected.

Current Behavior

When trying to decrypt such an archive you're prompted with the error message 'password required' but it is not possible to insert the password. Unpacking fails. (The same archive can be unpacked with arqiver, xarchiver or file-roller.)

Steps to Reproduce (for bugs)
  1. Create a .7z archive, protect it with a password, check 'encrypt file list'
  2. Open the archive with lxqt-archiver
  3. No insertion of password possible
System Information
tsujan commented 3 years ago

Confirming.

tsujan commented 3 years ago

The fix is here: https://github.com/lxqt/lxqt-archiver/pull/248

Thanks a lot for reporting the problem!

tsujan commented 3 years ago

@flexid2000, reports are closed automatically when their corresponding PRs are merged.