PeaZip (peazip.sourceforge.net) can extract AES256 password protected zipfiles created by WinZip, either using a gui or commandline;
/usr/bin/PeaZip/res/7z/7z x -aou -o/tmp/ -ppassword /tmp/aes-256zipfile.zip PeaZip is available for Windows and Linux, packaged as .deb, .rpm or .tgz GC On Wed, Sep 3, 2008 at 8:53 AM, Glenn Cogle <[EMAIL PROTECTED]> wrote: > gunzip doesn't either; > > # file aes-256zipfile.zip > aes-256zipfile.zip: Zip archive data, at least v2.0 to extract > > # gunzip -l aes-256zipfile.zip > gunzip: aes-256zipfile.zip: first entry not deflated or stored -- use unzip > > GC > > > On Wed, Sep 3, 2008 at 7:31 AM, Nick Rout <[EMAIL PROTECTED]> wrote: >> On Tue, Sep 2, 2008 at 4:26 PM, Glenn Cogle <[EMAIL PROTECTED]> wrote: >>> Since version 9.0 Winzip has had the option of creating 256-bit >>> password protected .zipfiles. >>> >>> Does anyone know of a Linux tool to extract these zipfiles? >>> >>> Version 5.5.2 of unzip doesn't; >>> >>> # unzip aes-256zipfile.zip >>> Archive: aes-256zipfile.zip >>> skipping: aes-256zipfile.zip unsupported compression method 99 >>> >>> GC >>> >> >> have you tried gunzip? >> >
