cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to read a pgp encrypted zip file

Sowmya_Rayavara
New Contributor III

Hi,

I need to read a PGP encrypted zip file. Any suggestion is appreciated. Thanks in advance.

3 REPLIES 3

cstewart
Former Employee

How about the following construct:18

Thank you Stewart. It worked. Do we have any other approach other than writing to a temporary file?

No option without the temporary file, the zipfile Reader only has a document input which allows the filename to be passed in. Feasibly a Snap could be built which took the binary stream of the Decrypt Snap, but this does not exist today.