venj / theunarchiver

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

Failure to prompt for password on encrypted 7z archives #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Attached 7z archive contains a simple text file with the text "some text inside 
the file". It is 
password protected with the password "password". The file was archived using 
the following 
command line "7za a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on -mmt -r 
-ppassword 
untitled.7z untitled.txt"

Trying to open the archive with Unarchiver results in the error "Could not 
extract the file 
'untitled.txt': Error on decrunching".

Expected result is for the application to prompt for a password.

Original issue reported on code.google.com by calvin.c...@gmail.com on 19 Oct 2009 at 10:47

Attachments:

GoogleCodeExporter commented 9 years ago
Encrypted 7z files are not yet supported.

Original comment by paracel...@gmail.com on 20 Oct 2009 at 1:01