Decrypting ZIP files

ravi darira ravi.darira at gmail.com
Thu Apr 9 16:37:27 CEST 2009


Hello,

I am trying to decrypt ZIP Files which have been encrypted using the PGP. I
am usign the following command:

"echo" + "passphrase" + "| gpg.exe --passphrase-fd 0 -o \"" +
outputFileNameFullPath + "\" --decrypt \"" +
encryptedFile.FullName + "\"";

It works fine for encrypted text files. But I cannot get it to work for Zip
files.

Any help will be greatly appreciated

Thanks

Ravi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20090409/52ac0976/attachment.htm>


More information about the Gnupg-users mailing list