On Tue, Dec 16, 2008 at 10:56, Fisher, John <[email protected]> wrote:
snip
> anyinflate failed: Header Error: Encrypted content not supported
>
> Do you think the binary is confusing the uncompress? Any way around that?
snip

My bet is that this isn't a binary/text issue.  It looks like the zip
file was encrypted and IO::Uncompress::Unzip (which is what
IO::Uncompress::AnyInflate doesn't do decryption.

from the code:
    return $self->HeaderError("Encrypted content not supported")
        if $gpFlag &
(ZIP_GP_FLAG_ENCRYPTED_MASK|ZIP_GP_FLAG_STRONG_ENCRYPTED_MASK);


-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to