Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
is there any software out there (for linux of course) which can decrypt and unzip files which have been compressed and encrypted with winzip 10 useing the strongest (of the three) encryption settings? I believe the setting uses AES-256 or something like that.
gzip might support AES256 but the problem is that i have files which have already encrypted with winzip (new-ish version) and want to extract them. but gzip doesnt seem to be compatible. nor is unzip. Here is the output:
optix@eve ~/Desktop $ mv sunday.zip sunday.gz
optix@eve ~/Desktop $ gunzip sunday.gz
gunzip: sunday.gz: first entry not deflated or stored -- use unzip
optix@eve ~/Desktop $ unzip sunday.gz
Archive: sunday.gz
skipping: sunday.txt unsupported compression method 99
optix@eve ~/Desktop $ file sunday.gz
sunday.gz: Zip archive data, at least v2.0 to extract
optix@eve ~/Desktop $ unzip --version
caution: both -n and -o specified; ignoring -o
UnZip 5.52 of 28 February 2005, by Info-ZIP. Maintained by C. Spieler. Send
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.