Bug 234638 - some encrypted RAR archives ar not opened
Summary: some encrypted RAR archives ar not opened
Status: RESOLVED DUPLICATE of bug 206884
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Harald Hvaal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-17 20:19 UTC by 76jplvqw7t
Modified: 2010-04-18 00:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 76jplvqw7t 2010-04-17 20:19:15 UTC
Version:            (using KDE 4.4.2)
OS:                Linux
Installed from:    Ubuntu Packages

If RAR archive was been created with full header encryption, ie the password protection for archive was not set only to files but to the header too (eg,in Linux `rar a -hppassword arkNOT.rar file` ) Ark cannot get the header of archive from rar(1) output so it loops, the status bar shows "Loading archive...".

reproduce:
$dd if=/dev/zero of=file bs=1 count=1024 #create new file
$rar a -hppassword arkNOT.rar file  #create rar archive with password set which encrypts headers too (so the content filenames won't be visible if the correct password is not inserted)
$ark arkNOT.rar

see also http://bugs.pearsoncomputing.net/show_bug.cgi?id=181 for KDE3 bug report.
Comment 1 Raphael Kubo da Costa 2010-04-18 00:04:32 UTC

*** This bug has been marked as a duplicate of bug 206884 ***