> Decryption using bouncycastle will not let me decrypt a zipped pgp > file example: filename.zip.pgp > > It can decrypt filename.pgp, but not filename.zip.pgp. I have no > control over the creation of this file. > > Has anyone had similar issues and how was it resolved. Thanks in > advance for your help. >
The problem is rather unspecific. At first you should analyse the file using gpg. Can you decrypt and unzip the file using gpg/unzip? If you can decrypt normal PGP files - where contents is an text file - it should be the same if the contents is an ZIP file. Unpacking the archive is the second step after decryption. There might be an difference if there is no compression layer used for already compressed data from ZIP-file. Elmar