2

I put some files into an encrypted archive with Secure Zip (was using a computer at another organization) and emailed them to some people. None of them have Secure Zip (nor do I on any of my own computers) and none of us can open them. Neither 7zip nor Winzip can open these archives.

Is SecureZip's encryption method completely proprietary? Do any other tools support it?

1
  • mehaase actually answers his own question in a comment below.. and the spoiler is that yes it does look like some of the Secure Zip options are proprietary and ppl should probably just use AES-256, which is supported by WinZip et al.
    – ftrotter
    Commented Dec 1, 2017 at 10:04

2 Answers 2

1

SecureZip supports a number of encryption options including passphrase and certificate based encryption as well as as FIPS 140 mode for government needs. It depends on how you encrypted it AES-256, AES192, AES128 or 3DES168. Winzip should be able to decrypt it as long as a compatible encryption method was used.

http://www.pkware.com/documents/casestudies/APPNOTE.TXT

Note: Winzip lists the encryption formats they support. Typically, you want to use AES-256, which is supported by WinZip, 7z and meets a bunch of government standards.

-2

ZIP file encryption is always proprietary. There is no standard to encrypt zip files.

1
  • 1
    If you mean standard in the strictest, sense, then I don't think ZIP is a standard at all. However, the format is well-documented, and WinZip has published documentation on how its AES extension works: winzip.com/aes_info.htm. I know for a fact that 7zip can decode a WinZip AES archive. I was surprised that SecureZip apparently invented their own method. Apparently AES-256 isn't good enough for them. Commented Jan 9, 2013 at 17:31

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .