That is exactly it. So you are saying that I cannot use this module because it doesn't take in a password. Is there a module that I could use instead?
Thanks! -----Original Message----- From: Chas. Owens [mailto:chas.ow...@gmail.com] Sent: Tuesday, December 16, 2008 12:02 PM To: Fisher, John Cc: beginners@perl.org Subject: Re: uncompress winzip file using perl On Tue, Dec 16, 2008 at 10:56, Fisher, John <john.j.fis...@salliemae.com> 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. This E-Mail has been scanned for viruses.