Re: encrypt Zip files

2013-05-24 Thread Dr. Stephen Henson
On Fri, May 24, 2013, Analogon Enterprise wrote: > Hello everybody > > I have to encrypt a zip file with pkcs7. But when I decrypt again, the zip is > corrupted and can't be opened. The zip contains a xml file, and encryption of > this file is no problem. > > My command lines are: > smime -enc

encrypt Zip files

2013-05-24 Thread Analogon Enterprise
Hello everybody I have to encrypt a zip file with pkcs7. But when I decrypt again, the zip is corrupted and can't be opened. The zip contains a xml file, and encryption of this file is no problem. My command lines are: smime -encrypt -in file.zip -out file.p7m -outform DER cert.pem and smime -d